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