--- cvsroot/Coro/Coro.pm 2009/10/02 19:55:59 1.271 +++ cvsroot/Coro/Coro.pm 2009/11/24 06:13:01 1.272 @@ -832,8 +832,9 @@ =item coro switching is not signal safe -You must not switch to another coro from within a signal handler -(only relevant with %SIG - most event libraries provide safe signals). +You must not switch to another coro from within a signal handler (only +relevant with %SIG - most event libraries provide safe signals), I +you are sure you are not interrupting a Coro function. That means you I call any function that might "block" the current coro - C, C C<< Coro::Semaphore->down >> or