Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
toggle menu
kotlinx.coroutines
1.9.0
jvm
switch theme
search in API
kotlinx-coroutines-reactor
/
kotlinx.coroutines.reactor
/
asCoroutineDispatcher
as
Coroutine
Dispatcher
fun
Scheduler
.
asCoroutineDispatcher
(
)
:
SchedulerCoroutineDispatcher
(
source
)
Converts an instance of
Scheduler
to an implementation of
CoroutineDispatcher
.