Pinned Repositories
async-generators
convenience package combining the @async-generator packages
bundle
convert an iterable sequence into array bundles
concat
concatenate two or more sequences sequentially
equal
compare two iterator sequences for equality
filter
filter an iterable sequence
first
iterate an iterable and return the first item
from-emitter
convert an event-handler to an async-iterable
parallel
execute async transforms in parallel and yield in order of completion
subject
push items to a pulling iterable
timeout
terminate if a source stops producing data fast enough.
Async Generators's Repositories
async-generators/parallel
execute async transforms in parallel and yield in order of completion
async-generators/subject
push items to a pulling iterable
async-generators/async-generators
convenience package combining the @async-generator packages
async-generators/from-emitter
convert an event-handler to an async-iterable
async-generators/timeout
terminate if a source stops producing data fast enough.
async-generators/bundle
convert an iterable sequence into array bundles
async-generators/concat
concatenate two or more sequences sequentially
async-generators/equal
compare two iterator sequences for equality
async-generators/filter
filter an iterable sequence
async-generators/first
iterate an iterable and return the first item
async-generators/iterable
wrap async/sync Iterable as an asyncIterable
async-generators/terminator
inform an iterable when it is prematurely terminated by the consumer.
async-generators/to-array
consume an iterable and return all items as an array
async-generators/last
get the last item from an iterable
async-generators/map
map items of an iterable sequence to another value
async-generators/map-many
map each item of an iterable sequence to many items