Search results
94 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Transform a callback-based function into a promise-based one.
- awaitify
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
Runs the tasks array of functions in series, each passing their results to the next in the array.
- waterfall
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
Embrace the power of coroutines to restrain side effects
- side-effects
- effects
- coroutines
- coroutine
- generators
- control-flow
- saga
- redux-saga
- co
- middleware
- pipeline
- compose
- composition
Making simple iterator for [async][] lib that adds beforeEach, afterEach, error hooks and support for settling. It also emits `beforeEach`, `afterEach` and `error` events.
- after
- after-each
- async
- async-simple-iterator
- base
- basic
- before
- before-each
- control
- control-flow
- each
- emit
- emits
- emitter
- View more
Wraps the function in another function that always returns data even when it errors.
- reflect
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
- engine-repeat
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
- test-timeout
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
- engine-back
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
Creates a continuation function with some arguments already applied.
- apply
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
Request routing & control flow via JSON
Sorts a list by the results of running each coll value through an async iteratee.
- sort-by
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
Give instructions with promise chain
- engine-console
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
Version of the compose function that is more natural to read. Each function consumes the return value of the previous function. It is the equivalent of compose with the arguments reversed.
- seq
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
Applies iteratee to each item in coll, concatenating the results. Returns the concatenated list.
- concat
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
Returns true if every element in coll satisfies an async test.
- every
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
- dir
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
Creates a function which is a composition of the passed asynchronous functions. Each function consumes the return value of the function that follows. Composing functions f(), g(), and h() would produce the result of f(g(h())).
- compose
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
- log
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
Callback wrapper