--- cvsroot/Coro/README 2007/04/19 10:37:26 1.8 +++ cvsroot/Coro/README 2007/09/29 19:42:08 1.9 @@ -99,7 +99,9 @@ If you are concerned about pooled coroutines growing a lot because a single "async_pool" used a lot of stackspace you can e.g. "async_pool { terminate }" once per second or so to slowly replenish - the pool. + the pool. In addition to that, when the stacks used by a handler + grows larger than 16kb (adjustable with $Coro::POOL_RSS) it will + also exit. schedule Calls the scheduler. Please note that the current coroutine will not