async/await topic
In computer programming, the async/await pattern is a syntactic feature of many programming languages that allows an asynchronous, non-blocking function to be structured in a way similar to an ordinary synchronous function, and is primarily intended to provide opportunities for the program to execute other code while waiting for a long-running, asynchronous task to complete, usually represented by promises or similar data structures.
promesa
A promise library & concurrency toolkit for Clojure and ClojureScript.
nim-chronos
Chronos - An efficient library for asynchronous programming
UnityFx.Async
Asynchronous operations (promises) for Unity3d.
p-iteration
Utilities that make array iteration easy when using async/await or Promises
async-plus
⛓ A chainable interface for Swift's async/await.
posterus
Composable async primitives with cancelation, control over scheduling, and coroutines. Superior replacement for JS Promises.
RealHTTP
🌀swift async http client - fast, lightweight, type-safe
foy
A simple, light-weight, type-friendly and modern task runner for general purpose.
aiomonitor
aiomonitor is module that adds monitor and python REPL capabilities for asyncio application
aiozipkin
Distributed tracing instrumentation for asyncio with zipkin