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

lad

2.3k
Stars
153
Forks
Watchers

Node.js framework made by a former @expressjs TC and @koajs team member. Built for @forwardemail, @spamscanner, @breejs, @cabinjs, and @lassjs.

node-bitly

172
Stars
26
Forks
Watchers

A Bit.ly library for node.js - This project is looking for a new maintainer

promise-fun

4.6k
Stars
126
Forks
Watchers

Promise packages, patterns, chat, and tutorials

async-javascript-cheatsheet

1.9k
Stars
146
Forks
Watchers

Cheatsheet for promises and async/await.

p-map

1.2k
Stars
56
Forks
Watchers

Map over promises concurrently

SwiftCoroutine

836
Stars
51
Forks
Watchers

Swift coroutines for iOS, macOS and Linux.

vue-qq

916
Stars
230
Forks
Watchers

🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic l...

Then

988
Stars
76
Forks
Watchers

:clapper: Tame async code with battle-tested promises

concurrencpp

2.1k
Stars
192
Forks
Watchers

Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all

async-graphql

3.2k
Stars
426
Forks
Watchers

A GraphQL server library implemented in Rust