Creates a task observing the feed without altering it.
Every item is handed to the consumer before being emitted unchanged, making the feed observable at any point of a
pipe for tracing, logging or metering purposes.
The function observing each item; a returned promise is awaited before the item moves on, so
asynchronous side effects hold the feed back until they complete
Creates a task observing the feed without altering it.
Every item is handed to the consumer before being emitted unchanged, making the feed observable at any point of a pipe for tracing, logging or metering purposes.