You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,20 @@ The design goals of this gem are:
33
33
</tr>
34
34
</table>
35
35
36
+
### Install
37
+
38
+
```shell
39
+
gem install concurrent-ruby
40
+
```
41
+
or add the following line to Gemfile:
42
+
43
+
```ruby
44
+
gem 'concurrent-ruby'
45
+
```
46
+
and run `bundle install` from your shell.
47
+
48
+
*NOTE: There is an old gem from 2007 called "concurrent" that does not appear to be under active development. That isn't us. Please do not run*`gem install concurrent`*. It is not the droid you are looking for.*
49
+
36
50
## Features & Documentation
37
51
38
52
Please see the [Concurrent Ruby Wiki](https://github.com/jdantonio/concurrent-ruby/wiki)
0 commit comments