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

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.