30 packages found
async/await for node.js
- async/await
- async
- await
- yield
- control flow
- coroutine
- generator
- callback
- callback hell
- pyramid of doom
- fiber
- typescript
- coffeescript
- asynchronous
Sequential Steps For Async Calls (Avoid Callback Hell)
my abstraction for dealing with async functions that must run sequentially or can run in parallel
A lightweight module which provides powerful functionality to organize asynchronous JavaScript code.
The antidote for "callback hell"
Write Chainable Methods and Avoid Callback Hell in NodeJS / Javascript
helper for synchronize promise and callback and manage variables on Fiber Thread as ThreadLocal
- nodejs
- node
- fiber
- synchronize
- coroutines
- promise
- callback
- helper
- sync
- avoid callback
- callback hell
- fiber thread
- ThreadLocal
- Java ThreadLocal
Callback hell alternative! Synchronously execute steps.
Easily create promise-like APIs with this simple wrapper.
run in sequence, avoid callback-hell
A node module to help ease the pain of callback hell by running callbacks in series and allowing skipping through the chain
Callbacks/promises heaven with [err, data] all the way
Make methods wait for async constructors.
Async flow control library which uses event or queue approach to avoid callback hell
fibersync - Callbacks and promises simplification for Node.js with synchronized+asyncawait (by fibers, bluebird and lodash)
- async/await
- async
- await
- yield
- control flow
- coroutine
- generator
- callback
- callback hell
- pyramid of doom
- fiber
- typescript
- coffeescript
- asynchronous
An javascript asynchronous code enqueuer. Perfect for queue up repetitive i/o tasks that should be executed in order, in a way that the end of one task calls the next in the queue, all this asynchronously, of course. You just need to register the function
Returns a function you can await for (promisify), from a function which signature is (args..., err)
Use fibers with functions that take callbacks.