Questions
- What are the different ways to start a coroutine in Kotlin?
 - With structured concurrency, if one of the coroutines fails, all the siblings will be canceled as well. How can we prevent that behavior?
 - What is the purpose of the 
yield()function? 
Learn more on Discord
Join our community’s Discord space for discussions with the author and other readers:
https://discord.com/invite/xQ7vVN4XSc
