--- cvsroot/Coro/Coro.pm 2009/12/11 18:32:23 1.273 +++ cvsroot/Coro/Coro.pm 2009/12/12 01:30:26 1.274 @@ -667,6 +667,10 @@ otherwise you might suffer from crashes or worse. The only event library currently known that is safe to use without C is L. +Coro will try to catch you when you block in the event loop +("FATAL:$Coro::IDLE blocked itself"), but this is just best effort and +only works when you do not run your own event loop. + This function allows your callbacks to block by executing them in another coro where it is safe to block. One example where blocking is handy is when you use the L functions to save results to