StreamPack
Toggle table of contents
3.0.2
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.utils
/
Scheduler
/
Scheduler
Scheduler
constructor
(
delayTimeInMs
:
Long
,
coroutineDispatcher
:
CoroutineDispatcher
,
action
:
suspend
CoroutineScope
.
(
)
->
Unit
)