Closed
Description
On http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Actor.html (as linked from https://github.com/ruby-concurrency/concurrent-ruby#features--documentation) the code samples use a terminated
method on the actor which does not exist on 0.7.0.
The Wiki mentions (https://github.com/ruby-concurrency/concurrent-ruby/wiki#asynchronous-concurrency) which links to a different page in the docs (http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Actress.html):
Actress (replacement for the deprecated Actor)
It would be nice if the documentation could somehow reflect reality a bit better.