initialDelay

Delays the initial element by the specified duration.

Timer driven operators

Signature

Source.initialDelaySource.initialDelay Flow.initialDelayFlow.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