StreamPack
Toggle table of contents
3.1.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
(
delayTimeInMs
:
Long
,
coroutineDispatcher
:
CoroutineDispatcher
,
action
:
suspend
CoroutineScope
.
(
)
->
Unit
)
(
source
)
Members
Constructors
Coroutine
Scheduler
Link copied to clipboard
constructor
(
delayTimeInMs
:
Long
,
coroutineDispatcher
:
CoroutineDispatcher
,
action
:
suspend
CoroutineScope
.
(
)
->
Unit
)
Functions
start
Link copied to clipboard
fun
start
(
)
stop
Link copied to clipboard
fun
stop
(
)