--- cvsroot/Coro/Coro.pm 2008/11/20 03:10:30 1.227 +++ cvsroot/Coro/Coro.pm 2008/11/20 03:14:49 1.228 @@ -214,9 +214,9 @@ coroutine that might have executed other code already (which can be good or bad :). -On the plus side, this function is faster than creating (and destroying) -a completly new coroutine, so if you need a lot of generic coroutines in -quick successsion, use C, not C. +On the plus side, this function is about twice as fast as creating (and +destroying) a completely new coroutine, so if you need a lot of generic +coroutines in quick successsion, use C, not C. The code block is executed in an C context and a warning will be issued in case of an exception instead of terminating the program, as