toggle menu
doodle
0.10.3
common
switch theme
search in API
core
/
io.nacular.doodle.scheduler
/
Scheduler
Scheduler
common
interface
Scheduler
Members
Functions
after
Link copied to clipboard
common
abstract
fun
after
(
time
:
Measure
<
Time
>
,
job
:
(
Measure
<
Time
>
)
->
Unit
)
:
Task
delay
Link copied to clipboard
common
abstract
suspend
fun
delay
(
time
:
Measure
<
Time
>
)
delay
Until
Link copied to clipboard
common
abstract
suspend
fun
delayUntil
(
predicate
:
(
Measure
<
Time
>
)
->
Boolean
)
every
Link copied to clipboard
common
abstract
fun
every
(
time
:
Measure
<
Time
>
,
job
:
(
Measure
<
Time
>
)
->
Unit
)
:
Task
now
Link copied to clipboard
common
open
fun
now
(
job
:
(
Measure
<
Time
>
)
->
Unit
)
:
Task