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
2k stars
41 watching
77 forks
Language: TypeScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Port of an async library to use Promises instead of callbacks in Node.js | 29 |
| A utility library that simplifies asynchronous programming in C++ by providing pre-built patterns and lambdas to avoid callbacks and manage complex operations. | 101 |
| A lightweight binding to JavaScript promises in Reason | 340 |
| A Java library providing helpers for common async patterns in the Vert.x framework. | 12 |
| A tool for managing asynchronous complexity in Choos using streams and pull-streams. | 15 |
| A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
| An asynchronous JavaScript language extension that simplifies writing and understanding of asynchronous code without adding runtime dependencies or execution freedom. | 288 |
| An asynchronous task package for Go with support for async/await pattern and context cancellation. | 6 |
| Provides utility methods and computed properties to simplify handling asynchronous operations in Vue.js applications. | 68 |
| A Scala wrapper around the Java AsyncHttpClient library for building asynchronous HTTP clients. | 427 |
| A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 318 |
| A toolset for writing concise and maintainable asynchronous code in Swift using promises | 995 |
| Transforms async functions to generator functions before bundling | 40 |
| A collection of utilities for working with asynchronous code in JavaScript | 25 |
| A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |