Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.util
/
SingleJob
/
launch
launch
fun
launch
(
block
:
suspend
CoroutineScope
.
(
)
->
Unit
)
Launches a coroutine job.
If a previous job is running, cancels it before launching the new one.