initialDelay
Delays the initial element by the specified duration.
Signature
Source.initialDelay
Source.initialDelay
Flow.initialDelay
Flow.initialDelay
Description
Delays the initial element by the specified duration.
Reactive Streams semantics
emits when upstream emits an element if the initial delay is already elapsed
backpressures when downstream backpressures or initial delay is not yet elapsed
completes when upstream completes
cancels when downstream cancels