tooling
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
tooling
tooling-async
/
dev.datlag.tooling.async
/
mainDispatcher
main
Dispatcher
fun
mainDispatcher
(
)
:
MainCoroutineDispatcher
(
source
)
Handy equivalent of
Dispatchers.TargetMain
.
Return
the
MainCoroutineDispatcher
for the main thread.
See also
Target
Main
.