react-conditional-flow
Dependency which provides react components on top of control flow operations like if, if-else, if-else-if, switch-case, & try-catch.
Dependency which provides react components on top of control flow operations like if, if-else, if-else-if, switch-case, & try-catch.
Control flow for pull streams.
@TODO
Promisify sync, async or generator function, using [relike][]. Kind of promisify, but lower level. Full compatibility with [co][]4 and passing 100% of its tests.
Returns true if at least one element in the coll satisfies an async test.
Returns a promise that when called, then's with the values provided. Useful as the first function in a waterfall.
Elixir's cond construct like implementation for Javascript and Typescript
Acts like `co@4` and also is drop-in replacement for it (pass 100% of the tests). Built on top of `merz`, actually thanks to `always-done`. But accept everything, not only generators - sync functions, async functions, callbacks and more. Flow-control for
Reliable handling of perpetually pending promises
Control flow library, similar to `async.waterfall` but prettier and faster.
Promise-based task management with abortion
Paratask is a tool that will execute your Back-end JavaScript code in parallel using the full potential of multi-process programming. In contrast to asynchronous task management, Paratask will create a child Node/io.js process.
Paratask is a tool that will execute your Back-end JavaScript code in parallel using the full potential of multi-process programming. In contrast to asynchronous task management, Paratask will create a child Node/io.js process.
Making simple iterator for [async][] lib that adds beforeEach, afterEach, error hooks and support for settling. It also emits `beforeEach`, `afterEach` and `error` events.
Wraps the function in another function that always returns data even when it errors.
Runs the tasks array of functions in series, each passing their results to the next in the array.
Repeatedly call fn, while test returns true.