On Fri, Oct 15, 2010 at 7:42 AM, Leon Timmermans <[email protected]> wrote: > 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.
I would argue that concurrency isn't a problem to solve; it's one form of solution to the problem of maximizing efficiency. Continuations/fibers and asynchronous event loops are different solutions to the same problem. -- Mark J. Reed <[email protected]>
