We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72141e commit 3b203a7Copy full SHA for 3b203a7
README.md
@@ -251,7 +251,8 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
251
* [Throttle](http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/Throttle.html)
252
A tool managing concurrency level of tasks.
253
* [ErlangActor](http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/ErlangActor.html)
254
- Actor implementation which matches Erlang actor behaviour.
+ Actor implementation which precisely matches Erlang actor behaviour.
255
+ Requires at least Ruby 2.1 otherwise it's not loaded.
256
257
## Supported Ruby versions
258
0 commit comments