--- cvsroot/Coro/Coro.pm 2009/06/23 23:40:06 1.257 +++ cvsroot/Coro/Coro.pm 2009/06/26 14:25:45 1.258 @@ -753,7 +753,9 @@ As soon as the callback is invoked (or when the callback was invoked before C), it will return the arguments originally passed to -the rouse callback. +the rouse callback. In scalar context, that means you get the I +argument, just as if C had a C +statement at the end. See the section B for an actual usage example.