64.8 Summary
Building on the information covered in “An Introduction to Kotlin Coroutines”, this chapter has stepped through the creation of an example app that demonstrates the use of Kotlin coroutines within an Android app. The example demonstrated the use of the Main dispatcher to launch thousands of asynchronous coroutines, including returning results.