Next: , Previous: , Up: Top   [Contents][Index]


8 Concurrent execution with coroutines

MMCK Exceptional Conditions implements coroutines on top of Scheme continuations. The implementation is a simple queue of escape procedures: whenever coroutine yields control to the “next” coroutine, it enqueues an escape function to its current continuation and causes the next escape procedure to be invoked.


Next: , Previous: , Up: Top   [Contents][Index]

This document describes version 0.1.0-devel.1 of MMCK Exceptional Conditions.