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...

Комментарии • 2

  • @Poisonedyouth79
    @Poisonedyouth79 Год назад

    Thanks for sharing your knowledge about Coroutines

  • @mikoajsikorski9438
    @mikoajsikorski9438 Год назад

    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?