--- cvsroot/Coro/Coro.pm 2007/10/03 01:48:05 1.144 +++ cvsroot/Coro/Coro.pm 2007/10/03 16:03:17 1.145 @@ -189,6 +189,9 @@ (usually unused). When the sub returns the new coroutine is automatically terminated. +See the C constructor for info about the coroutine +environment. + Calling C in a coroutine will do the same as calling exit outside the coroutine. Likewise, when the coroutine dies, the program will exit, just as it would in the main program. @@ -346,7 +349,8 @@ called. To make the coroutine run you must first put it into the ready queue by calling the ready method. -See C for additional discussion. +See C and C for additional info about the +coroutine environment. =cut