Next: iklib coroutines uid, Previous: iklib coroutines examples, Up: iklib coroutines [Index]
Create a new coroutine having thunk as function and enter it; return unspecified values.
Register the current continuation as coroutine, then run the next coroutine; return unspecified values.
Loop running the next coroutine until there are no more; return unspecified values.
When the argument exit-loop? is used: it must be a thunk. Before
entering the next coroutine exit-loop? is called: if it returns
non-false the loop exits, if it returns #f
the loop continues.