This extension provides a fiber/coroutine implementation for Node.js. It also ships with a futures implementation that wraps existing Node.js async functions, allowing synchronous style code that handles exceptions properly and doesn't block the Node.js event loop.