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

ardux

10
Stars
0
Forks
Watchers

Async + Reducer + Redux Like API

async-javascript

389
Stars
70
Forks
Watchers

Asynchronous Programming in JavaScript

await-lock

86
Stars
11
Forks
Watchers

Mutex locks for async functions

await-generator

116
Stars
15
Forks
Watchers

Write code in async/await style in PHP using generators.

cargo-wharf

210
Stars
8
Forks
Watchers

Cacheable and efficient Docker images builder for Rust

await-to-js

3.2k
Stars
152
Forks
Watchers

Async await wrapper for easy error handling without try-catch

async-ray

104
Stars
4
Forks
Watchers

Provide async/await callbacks for every, find, findIndex, filter, forEach, map, reduce, reduceRight and some methods in Array.

jasync

126
Stars
14
Forks
Watchers

make async-await code style available in java just like csharp and es6

AsyncEx

3.4k
Stars
353
Forks
Watchers

A helper library for async/await.

CombineMIDI

65
Stars
6
Forks
Watchers

Connect MIDI using async-await to SwiftUI (or UIKit)