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.

List async/await repositories

promesa

488
Stars
57
Forks
Watchers

A promise library & concurrency toolkit for Clojure and ClojureScript.

nim-chronos

350
Stars
51
Forks
Watchers

Chronos - An efficient library for asynchronous programming

UnityFx.Async

186
Stars
14
Forks
Watchers

Asynchronous operations (promises) for Unity3d.

p-iteration

352
Stars
19
Forks
Watchers

Utilities that make array iteration easy when using async/await or Promises

async-plus

187
Stars
6
Forks
Watchers

⛓ A chainable interface for Swift's async/await.

posterus

549
Stars
19
Forks
Watchers

Composable async primitives with cancelation, control over scheduling, and coroutines. Superior replacement for JS Promises.

RealHTTP

279
Stars
28
Forks
Watchers

🌀swift async http client - fast, lightweight, type-safe

foy

257
Stars
14
Forks
Watchers

A simple, light-weight, type-friendly and modern task runner for general purpose.

aiomonitor

626
Stars
40
Forks
Watchers

aiomonitor is module that adds monitor and python REPL capabilities for asyncio application

aiozipkin

186
Stars
31
Forks
Watchers

Distributed tracing instrumentation for asyncio with zipkin