--- cvsroot/Coro/README 2015/02/11 19:30:34 1.35 +++ cvsroot/Coro/README 2015/06/07 02:01:04 1.36 @@ -859,9 +859,9 @@ EV (but you might still run into deadlocks if all event loops are blocked). - 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. + 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