Package: wnpp
Severity: wishlist

* Package name    : node-fibers
  Version         : 2.0.0
  Upstream Author : Marcel Laverdet
* URL             : https://notabug.org/themusicgod1/node-fibers
* License         : MIT
  Programming Lang: Javascript
  Description     : Fiber/coroutine support for v8 and node

Fibers, sometimes called coroutines, are a powerful tool which expose an API to 
jump between multiple
call stacks from within a single thread. This can be useful to make code 
written for a synchronous
library play nicely in an asynchronous environment.

Reply via email to