Skip to content

Commit

Permalink
Clarify ErlangActor requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pitr-ch committed Mar 11, 2019
1 parent f72141e commit 3b203a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
* [Throttle](http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/Throttle.html)
A tool managing concurrency level of tasks.
* [ErlangActor](http://ruby-concurrency.github.io/concurrent-ruby/master/Concurrent/ErlangActor.html)
Actor implementation which matches Erlang actor behaviour.
Actor implementation which precisely matches Erlang actor behaviour.
Requires at least Ruby 2.1 otherwise it's not loaded.

## Supported Ruby versions

Expand Down

0 comments on commit 3b203a7

Please sign in to comment.