StreamPack
Toggle table of contents
3.2.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.utils
/
CoroutineScheduler
Coroutine
Scheduler
class
CoroutineScheduler
(
delayTime
:
Duration
,
coroutineDispatcher
:
CoroutineDispatcher
,
action
:
suspend
CoroutineScope
.
(
)
->
Unit
)
(
source
)
Members
Constructors
Coroutine
Scheduler
Link copied to clipboard
constructor
(
delayTime
:
Duration
,
coroutineDispatcher
:
CoroutineDispatcher
,
action
:
suspend
CoroutineScope
.
(
)
->
Unit
)
Functions
start
Link copied to clipboard
fun
start
(
)
stop
Link copied to clipboard
fun
stop
(
)