ReactiveState
Toggle table of contents
6.0.0-preview.9
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
addDelay
add
Delay
fun
<
T
>
Flow
<
T
>
.
addDelay
(
timeoutMillis
:
Long
)
:
Flow
<
T
>
Adds a
timeoutMillis
delay to a
Flow
. If delay is zero or negative this is a no-op.