What is a coroutine? Advanced Kotlin Live Q&A with Marcin Moskała
HTML-код
- Опубликовано: 7 фев 2025
- In this stream, we will talk about what a coroutine is, then Marcin Moskała will answer all your questions.
Kt. Academy website: kt.academy/
Kotlin Coroutines book:
leanpub.com/co...
www.amazon.com...
Thanks for sharing your knowledge about Coroutines
Thank you for leaving this live stream for later viewing. You talked a bit about the Continuation object and Dispatchers. Isn't switching the execution of a suspend function from one thread to another expensive?