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.
lad
Node.js framework made by a former @expressjs TC and @koajs team member. Built for @forwardemail, @spamscanner, @breejs, @cabinjs, and @lassjs.
node-bitly
A Bit.ly library for node.js - This project is looking for a new maintainer
promise-fun
Promise packages, patterns, chat, and tutorials
async-javascript-cheatsheet
Cheatsheet for promises and async/await.
p-map
Map over promises concurrently
SwiftCoroutine
Swift coroutines for iOS, macOS and Linux.
vue-qq
🎨 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
:clapper: Tame async code with battle-tested promises
concurrencpp
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
async-graphql
A GraphQL server library implemented in Rust