Next: iklib coroutines debug, Previous: iklib coroutines suspend, Up: iklib coroutines [Index]
Evaluate the given thunks each in its own coroutine. Return unspecified values when all the coroutines are finished.
Allow only a maximum number of coroutines to concurrently enter the evaluation of ?thunk.
The argument ?max-coroutines-count must be an expression evaluating to a positive integer representing the maximum number of coroutines. It is evaluated only once.
The argument ?thunk must be an expression evaluating to a thunk. It is evaluated only once.