openbsd-ports/devel/node-fibers/pkg/DESCR

5 lines
267 B
Plaintext

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.