toggle menu
tooling-compose
1.3.2
common
switch theme
search in API
tooling-compose
/
dev.datlag.tooling.compose
/
defaultDispatcher
default
Dispatcher
fun
defaultDispatcher
(
)
:
CoroutineDispatcher
Handy equivalent of
Dispatchers.TargetDefault
.
Return
the a
CoroutineDispatcher
for default operations.
See also
Target
Default
.