StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.utils
/
Scheduler
Scheduler
class
Scheduler
(
delayTimeInMs
:
Long
,
coroutineScope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
,
action
:
suspend
CoroutineScope
.
(
)
->
Unit
)
Members
Constructors
Scheduler
Link copied to clipboard
constructor
(
delayTimeInMs
:
Long
,
coroutineScope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
,
action
:
suspend
CoroutineScope
.
(
)
->
Unit
)
Functions
start
Link copied to clipboard
fun
start
(
)
stop
Link copied to clipboard
fun
stop
(
)