--- Coro/Coro.pm 2006/11/26 02:54:55 1.88 +++ Coro/Coro.pm 2006/11/27 02:01:33 1.89 @@ -173,6 +173,8 @@ (usually unused). When the sub returns the new process is automatically terminated. +Calling C in a coroutine will not work correctly, so do not do that. + When the coroutine dies, the program will exit, just as in the main program. @@ -232,6 +234,8 @@ called. To make the process run you must first put it into the ready queue by calling the ready method. +Calling C in a coroutine will not work correctly, so do not do that. + =cut sub _new_coro {