Default dispatcher

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
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.138.69.163