watchTermination
Materializes to a Future
that will be completed with Done or failed depending whether the upstream of the operators has been completed or failed.
Description
Materializes to a Future
that will be completed with Done or failed depending whether the upstream of the operators has been completed or failed. The operators otherwise passes through elements unchanged.
emits when input has an element available
backpressures when output backpressures
completes when upstream completes