http://www.perlmonks.org?node_id=868093


in reply to Re^3: Why Coro?
in thread Why Coro?

For the multiple Coro instances situation you might look at Coro-MP which is a Coro wrapper over AnyEvent-MP which lets you co-ordinate multiple AnyEvent loops / Coro instances running in separate processes on one or multiple hosts