Transformation that processes stream items and yields results.
Tasks are intermediate operations that can be chained together. They transform, filter, or otherwise process items while maintaining the stream.
The type of input values
The type of output values (defaults to V)
Processes an async iterable and yields transformed results.
The source async iterable to process
An async iterable of transformed values (may include undefined for filtering)
undefined
Transformation that processes stream items and yields results.
Tasks are intermediate operations that can be chained together. They transform, filter, or otherwise process items while maintaining the stream.