#901086 RFP: node-fibers -- Fiber/coroutine support for v8 and node

#901086#5
Date:
2018-06-08 19:24:25 UTC
From:
To:
* 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.

#901086#12
Date:
2018-06-08 22:46:50 UTC
From:
To:
Built a package that at least builds successfully on linux/amd64.  It was a
little finicky to get right because of node-gyp being involved..but it does
seem to work:

https://notabug.org/themusicgod1/node-fibers

hopefully this helps
Jeff Cliff