2012-07-12 21:42:53 +00:00
|
|
|
This extension provides a fiber/coroutine implementation for Node.js. It
|
|
|
|
also ships with a futures implementation that wraps existing Node.js
|
2012-04-03 18:46:03 +00:00
|
|
|
async functions, allowing synchronous style code that handles exceptions
|
2012-07-12 21:42:53 +00:00
|
|
|
properly and doesn't block the Node.js event loop.
|