Skip to content
Chris Vine edited this page Apr 23, 2017 · 9 revisions

chez-a-sync

This is the chez-a-sync package. It provides both an asynchronous event loop for chez scheme, and coroutines to enable an event loop (including other event loops) to be used with 'await' semantics to deal with inversion of control - otherwise known as "callback hell".

The chez-a-sync package is provided in five library files:

For an overview of the operation of this package, see the general overview

Clone this wiki locally