Here are
100 public repositories
matching this topic...
Asynchronous flow control (promises, generators, observables, CSP, etc)
Updated
Mar 4, 2020
JavaScript
Graph / node editor in the browser using VueJS
Updated
Aug 5, 2022
TypeScript
TaskChain Control Flow framework. Helps facilitate running tasks on an application's "Main Thread" (such as a game), and tasks off the main (async).
Updated
Feb 10, 2022
Java
extremly light uart library for AVR 8 bit microcontrollers
SLANG engine written in Go
The chainy core + autoloader plugin
Updated
May 11, 2016
CoffeeScript
Concurrency management for Vuejs.
Updated
Aug 22, 2018
HTML
C# co-routine Kernel for .Net. Includes Futures, Barriers, Triggers, Timers and Groups. Gamasutra article provides extra documentation.
Updated
Jul 15, 2022
Java
Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.
Updated
Jul 17, 2022
JavaScript
Avoid complex flows between fragments/views/whatever
Updated
Jun 24, 2017
Java
Elixir style cond for easy javascript control flow
Updated
Mar 26, 2022
JavaScript
Enhanced concurrency primitives for Javascript.
Updated
Feb 19, 2020
JavaScript
A tiny Promise-inspired control flow library for browser and Node.js.
Updated
Jun 16, 2017
JavaScript
Flow control harness for implementors. Builds a Deferred object that supports async/await, promise chaining, and conventional Node callbacks.
Updated
Jun 10, 2021
JavaScript
Ruby framework for your Business Logic Layer
Updated
Sep 23, 2020
Ruby
Frame is a flow based programming library for databases, APIs, utilities, objects, schemas and more!
Updated
Mar 20, 2021
JavaScript
A step-by-step guide about how to avoid callback hell with ES6 Promises + generators (aka make your own "co")
Updated
Feb 2, 2017
JavaScript
Create simple flows based on user-defined filters (data stream processing).
Python driver and command line tool for Alicat mass flow controllers.
Updated
Jan 6, 2022
Python
Build, execute and represent pipelines (aka workflows / templates) in Go
Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.
Updated
Jul 31, 2022
TypeScript
FunctionSelect: Select a function that passes a condition. A functional alternative to switch-case.
Updated
May 19, 2018
JavaScript
基于 laravel-admin 实现的 oa 系统
➰ Provides flow control for async algorithms and simplified concurrency.
Computer Networks Practice
⛲️ A minimalistic and modular functional reactive programming library with familiar interface and tiny footprint.
Updated
Mar 7, 2018
JavaScript
Updated
Mar 8, 2021
Mathematica
Codes for Networking Lab in Semester 6
Improve this page
Add a description, image, and links to the
flow-control
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
flow-control
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Could you update or loosen the version specifications in the requirements of the package? Specifically the restriction for
typing-extensions~=3.10
is conflicting for me, as I need a newer version.