There are 4 repositories under flow-control topic.
Asynchronous flow control (promises, generators, observables, CSP, etc)
Rule engine/process engine, committed to solving flexible and complex hard-coded problems, for complex/flexibly changing business, provide a new abstract orchestration solution that is lightweight, high-performance and provides visual operation pages. Java规则引擎-ice,针对复杂/灵活变动业务,提供一个新的抽象编排解决方案,轻量级,高性能并提供可视化操作页面
A Python concurrency scheduling library, compatible with asyncio and trio.
TaskChain Control Flow framework. Helps facilitate running tasks on an application's "Main Thread" (such as a game), and tasks off the main (async).
extremly light uart library for AVR 8 bit microcontrollers
C# co-routine Kernel for .Net. Includes Futures, Barriers, Triggers, Timers and Groups. Gamasutra article provides extra documentation.
Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.
Avoid complex flows between fragments/views/whatever
Elixir style cond for easy javascript control flow
Build, execute and represent pipelines (aka workflows / templates) in Go
Flow control harness for implementors. Builds a Deferred object that supports async/await, promise chaining, and conventional Node callbacks.
Reactive Graph and Flow Control
A step-by-step guide about how to avoid callback hell with ES6 Promises + generators (aka make your own "co")
Frame is a flow based programming library for databases, APIs, utilities, objects, schemas and more!
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.
The project simulates a network traffic in a given topology where the distance vector algorithm is used for path computations, routing and forwarding.
CFD-solver-agnostic deep reinforcement learning framework for computational fluid dynamics on HPC platforms
Paper repository: "Beacon, a lightweight deep reinforcement learning benchmark library for flow control "
Computer Networks Practice
Reliable file transfer using unreliable User Datagram protocol
A GUI based Networking Simulator that can be used implement multiple data link layer protocols. WORK IN PROGRESS
SDK to interact with Aperture Agent
FunctionSelect: Select a function that passes a condition. A functional alternative to switch-case.