July 2018
Intermediate to advanced
266 pages
7h 11m
English
Currently, it's the same as CommonPool. To use the default dispatcher you can use a builder without passing a dispatcher:
launch { // TODO: Implement suspending lambda here}
Or you can make it explicit/verbose:
launch(DefaultDispatcher) { // TODO: Implement suspending lambda here}
Read now
Unlock full access