On Wed, Oct 13, 2010 at 1:20 AM, Tim Bunce <tim.bu...@pobox.com> wrote: > I've not used them, but Ruby 1.9 Fibers (continuations) and the > EventMachine Reactor pattern seem interesting.
Continuations and fibers are incredibly useful and should be easy to implement on parrot/rakudo but they aren't really concurrency. They're a solution to a different problem.