There is `Executor.asCoroutineDispatcher` which yo...
# coroutines
d
There is
Executor.asCoroutineDispatcher
which you can use with
launch
or
async
to configure the threading behavior.
👏 2