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

mux-stream

37
Stars
3
Forks
Watchers

(De)multiplex asynchronous streams

await-of

268
Stars
16
Forks
Watchers

await wrapper for easier errors handling without try-catch

async-avr

33
Stars
4
Forks
Watchers

async/await for AVR with Rust

egghead-async-await

83
Stars
36
Forks
Watchers

Code for my "Asynchronous JavaScript with async/await" egghead.io course.

cppcoro

3.3k
Stars
454
Forks
Watchers

A library of C++ coroutine abstractions for the coroutines TS

futures-intrusive

166
Stars
29
Forks
Watchers

Synchronization primitives for Futures and async/await based on intrusive collections

tractor

252
Stars
12
Forks
Watchers

A distributed, structured concurrent runtime for Python (and friends)

asynquence

1.7k
Stars
149
Forks
Watchers

Asynchronous flow control (promises, generators, observables, CSP, etc)

buha.js

30
Stars
2
Forks
Watchers

Browser based Strictly ordered Task Queue for Sync/Async Javascript Functions