jsfbp
jsfbp copied to clipboard
FBP implementation written using JavaScript and node-fibers
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | [`8.4.0` -> `9.1.1`](https://renovatebot.com/diffs/npm/mocha/8.4.0/9.1.1) |...
This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ws](https://togithub.com/websockets/ws) | [`7.5.5` -> `8.2.2`](https://renovatebot.com/diffs/npm/ws/7.5.5/8.2.2) | [](https://docs.renovatebot.com/merge-confidence/)...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
The latest NPM version is `2.1.0` (published 3 years ago), the version specified in `package.json` in latest commits is `1.x.y` (for some values of x, y I forgot). That version...
Fibers are neat, but the majority of node.js developers don't and won't use them, and they don't work in browsers at all. It would be nice if we could provide...
Need to reinstate send suspend logic - this seems to be mostly in PR #74
The readme of node-fibers suggests to create an abstraction layer: > The examples below describe basic use of Fiber , but note that it is not recommended to use Fiber...
TODO
#### Some notes and findings (a.k.a. a TODO list) - **Coding style** - [x] OutputPort, don't use magic status strings ==> emulate enums with JS Done in PR #15. -...