delayWith
Delay every element passed through with a duration that can be controlled dynamically.
Signature¶
Source.delayWith
Flow.delayWith
Description¶
Delay every element passed through with a duration that can be controlled dynamically, individually for each elements (via the DelayStrategy
).
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.2.0-M1+35-3d489313*