fiber/coroutine support for Node.js
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.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/laverdet/node-fibers
