KiteCore
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteCore
kitecore
/
io.github.yuroyami.kitecore.flow
/
timerFlow
timer
Flow
fun
timerFlow
(
delay
:
Duration
)
:
Flow
<
Unit
>
Returns a flow that emits a single
Unit
after
delay
and then completes.
Throws
Illegal
Argument
Exception
if
delay
is negative.