delay
Delay every element passed through with a specific duration.
Signature¶
Description¶
Delay every element passed through with a specific duration.
Reactive Streams semantics¶
emits there is a pending element in the buffer and configured time for this element elapsed
backpressures differs, depends on OverflowStrategy
set
completes when upstream completes and buffered elements has been drained
1.0.3