asyncawait

Async wrapper

A library that enables asynchronous programming in Node.js with a more readable syntax than traditional callback hell methods.

Callback heaven for Node.js with async/await

GitHub

2k stars
41 watching
77 forks
Language: TypeScript
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jgornick/asyncp Port of an async library to use Promises instead of callbacks in Node.js 29
paulrademacher/asyncpp A utility library that simplifies asynchronous programming in C++ by providing pre-built patterns and lambdas to avoid callbacks and manage complex operations. 101
aantron/promise A lightweight binding to JavaScript promises in Reason 340
gchauvet/vertx-async A Java library providing helpers for common async patterns in the Vert.x framework. 12
yoshuawuyts/choo-pull A tool for managing asynchronous complexity in Choos using streams and pull-streams. 15
briancavalier/creed A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. 274
matatbread/nodent An asynchronous JavaScript language extension that simplifies writing and understanding of asynchronous code without adding runtime dependencies or execution freedom. 288
yaitoo/async An asynchronous task package for Go with support for async/await pattern and context cancellation. 6
mokkabonna/vue-async-methods Provides utility methods and computed properties to simplify handling asynchronous operations in Vue.js applications. 68
dispatch/reboot A Scala wrapper around the Java AsyncHttpClient library for building asynchronous HTTP clients. 428
awestlake87/pyo3-asyncio A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library 311
freshos/then A toolset for writing concise and maintainable asynchronous code in Swift using promises 993
leebyron/rollup-plugin-async Transforms async functions to generator functions before bundling 40
jlipps/asyncbox A collection of utilities for working with asynchronous code in JavaScript 25
yannickl/awaitkit A Swift library that simplifies asynchronous programming using the Async/Await syntax 750