apr-some
Returns true if at least one element in the coll satisfies an async test.
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
简单的异步流程控制方法,可以并行和串行执行给出的方法序列,适用于nodejs和浏览器环境
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
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
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.
Returns true if every element in coll satisfies an async test.
The opposite of filter. Removes values that pass an async truth test.