neo-async
Async replacer
A high-performance alternative to the Async library for handling asynchronous operations in Node.js
Neo-Async is thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster
650 stars
11 watching
36 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
asyncjavascriptneo-asyncnodejs
Related projects:
Repository | Description | Stars |
---|---|---|
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
leebyron/async-to-gen | Converts JavaScript async functions to ES6 generators for use in modern browsers or Node.js | 508 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
junker/paren-async | Provides an asynchronous programming extension for the Parenscript language | 3 |
puremvc/puremvc-as3-util-asynccommand | Provides a utility to manage asynchronous operations in AS3 applications | 1 |
wessman/defer.js | A JavaScript utility that enables asynchronous loading of scripts and code, allowing for faster page loading times by executing code only when necessary. | 69 |
yortus/asyncawait | A library that enables asynchronous programming in Node.js with a more readable syntax than traditional callback hell methods. | 1,908 |
mokkabonna/vue-async-methods | Provides utility methods and computed properties to simplify handling asynchronous operations in Vue.js applications. | 68 |
clojure/core.async | A Clojure library providing facilities for concurrent programming and communication. | 1,956 |
joelnet/mojiscript | An async-first functional programming library designed to work seamlessly with JavaScript and its ecosystem. | 149 |
a-synchronous/rubico | Enables simple and composable asynchronous functional programming in JavaScript | 275 |
mjanssen/preact-route-async | Library for asynchronous loading of Preact Router components | 35 |
dnikolovv/optional-async | Async extensions for working with the Optional library in C# to chain asynchronous functions without awaiting | 5 |