Re-Implementing kotlinx.coroutines

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Fascinating and presented fast enough to drive home your point that one really needs to do this on their own for a full understanding. Thanks for uploading!

IncompleteTheory
Автор

The geekiest explanation of coroutines I have seen so far! Please don't stop! :)

AntonArhipov
Автор

Amazing video! It’s so exciting to see coroutines from this perspective. I gained a much deeper understanding of how they work under the hood!.

masoudkarimi
Автор

Hey seb, you should upload more such videos. These are awesome and easy to understand

alphacoder
Автор

very nice explanation
please don't stop and make another videos for coroutines scope, flow api ....etc

ismilmo
Автор

Really enjoying this series ! Thank you for sharing.

Sidenote: I also see that IDE report occurred dialog constantly and had to do a double take to make sure my own IDE wasn't showing through 😊

kgandkg
Автор

It would be awesome to have a series of videos about Kotlin coroutines internals

Tuligarnio
Автор

Thanks for the explanation!

I'm curious whether this would help with this situation: Often Kotlin libraries will have a 'coroutines' extension helper, which is an additional library that adds interoperability with kotlinx-coroutines. For example, Mordant. This is advantageous because kotlinx-coroutines can be a heavy dependency that most users don't need.

Could the approach you described be used to a 'kotlinx-coroutines-lite` that can be easily swapped at runtime for kotlinx-coroutines? That way users can decide whether they want to have the full-fat async kotlinx-coroutines, or synchronous coroutines?

AdamSemy
Автор

honestly a good explanation of kotlin coroutines would be great (not the kotlinx package but the built-in basic one)

oumardicko
visit shbcf.ru