305 packages found
Map over promises concurrently
- promise
- map
- resolved
- wait
- collection
- iterable
- iterator
- race
- fulfilled
- async
- await
- promises
- concurrently
- concurrency
- View more
FP iterator helpers that are async/generator aware
Get the first fulfilled promise that satisfies the provided testing function
- promise
- locate
- find
- finder
- search
- searcher
- test
- array
- collection
- iterable
- iterator
- race
- fulfilled
- fastest
- View more
`AsyncIterator.prototype`, or a shared object to use.
[a]synchronous functional programming
- function-composition
- asynchronous
- transducers
- parallel
- series
- functional-programming
- promise
- async-await
- node
- javascript
- tacit
- pointfree
- concurrent
- iterator
- View more
Convert an abstract-chunk-store compliant store into an async iterator, or write to using an async iterator.
- async
- interator
- stream
- abstract-chunk-store
- chunk
- readable
- writable
- store
- createReadStream
- createWriteStream
- read
- write
- convert
Combine async iterators into a Generator object (iterator and iterable)
Asynchronous iterate an array of promises: First fulfilled is first processed
Convert a node.js stream into an iterator.
An implementation for Array.fromAsync, which dumps an async iterator into an array.
A dangerously convienient, high performance and super lightweight utility (2.7kb) that injects methods into the Object prototype to sugar for many common use cases working with Javascript objects.
ndjson to async iterator
Settle promises concurrently and get their fulfillment value or rejection reason
- promise
- settle
- settled
- resolved
- iterator
- fulfill
- reject
- fulfilled
- rejected
- reflect
- inspect
- error
- async
- await
- View more
Convert event emitters and event targets to ES async iterators
Translate any given key using an object containing all translations
Detect native Symbol.asyncIterator support.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- detect
- feature
- symbol
- async
- iterator
- symbol.asynciterator
- es2018
- View more
Minimal async jobs utility library, with streams support
Convert a pull stream to an async iterator
Async iterator symbol.
Like `await Promise.all(mytasks.map(async (item) => ....))`, but with super-powers