Skip to content

Commit 3b203a7

Browse files
committed
Clarify ErlangActor requirements
1 parent f72141e commit 3b203a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
251251
* [Throttle](http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/Throttle.html)
252252
A tool managing concurrency level of tasks.
253253
* [ErlangActor](http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/ErlangActor.html)
254-
Actor implementation which matches Erlang actor behaviour.
254+
Actor implementation which precisely matches Erlang actor behaviour.
255+
Requires at least Ruby 2.1 otherwise it's not loaded.
255256

256257
## Supported Ruby versions
257258

0 commit comments

Comments
 (0)