Asynchronous flow control (promises, generators, observables, CSP, etc)
-
Updated
Mar 4, 2020 - JavaScript
Asynchronous flow control (promises, generators, observables, CSP, etc)
Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.
Enhanced concurrency primitives for Javascript.
A tiny Promise-inspired control flow library for browser and Node.js.
Flow control harness for implementors. Builds a Deferred object that supports async/await, promise chaining, and conventional Node callbacks.
Frame is a flow based programming library for databases, APIs, utilities, objects, schemas and more!
A step-by-step guide about how to avoid callback hell with ES6 Promises + generators (aka make your own "co")
A GUI based Networking Simulator that can be used implement multiple data link layer protocols. WORK IN PROGRESS
FunctionSelect: Select a function that passes a condition. A functional alternative to switch-case.
⛲️ A minimalistic and modular functional reactive programming library with familiar interface and tiny footprint.
Use TaskGroup — https://github.com/bevry/taskgroup — or Ambi — https://github.com/bevry/ambi — instead
A simple library to easily build complex flows through composed/piped tasks flows
Simple examples in JavaScript to demonstrate asynchronous code and flow-control patterns
FlowJS is a flow based programming library for databases, APIs, utilities, objects, schemas and more!
➿ Calls a function repeatedly while a condition returns true and then resolves the promise
➿ Calls a function repeatedly if a condition returns false and until the condition returns true and then resolves the promise
An alternative for switch that resembles Ruby's case.
Add a description, image, and links to the flow-control topic page so that developers can more easily learn about it.
To associate your repository with the flow-control topic, visit your repo's landing page and select "manage topics."