Posted on Leave a comment

Kotlin coroutines 2

How to pause a coroutine
09.2022 [https://medium.com/mobilepeople/how-to-pause-a-coroutine-31cbd4cf7815]
[https://github.com/Koitharu/pausing-coroutine-dispatcher]

GlobalScope

The reason to avoid GlobalScope
01.2019 [https://elizarov.medium.com/the-reason-to-avoid-globalscope-835337445abc] by Roman Elizarov

Coroutines & Patterns for work that shouldn’t be cancelled
[https://manuelvivo.dev/coroutines-cancellation-exceptions-4] by Manuel Vivo

Кто и в каких задачах быстрее? Coroutines, RxJava, Executor?
https://habr.com/ru/companies/cian/articles/740782/

Как я перестал волноваться и полюбил ошибки в Kotlin корутинах: Мифы обработки ошибок в корутинах
https://habr.com/ru/articles/747146/

Demystifying Kotlin’s Channel Flows
https://betterprogramming.pub/demystifying-kotlins-channel-flows-b9007e1f773b

COROUTINES-23: code review fixes
https://habr.com/ru/companies/alfa/articles/738270/

Exploring “select” expression of Kotlin coroutines
https://medium.com/@patilshreyas/exploring-select-expression-of-kotlin-coroutines-8b777e5a23da

Kotlin Coroutines
https://maxkim.eu/series/kotlin-coroutines

What is CoroutineContext and how does it work?
https://kt.academy/article/cc-coroutine-context

Launching coroutines vs suspend functions
https://kt.academy/article/cc-use-scope-vs-suspend

Count down timer with Kotlin Coroutines Flow
https://proandroiddev.com/count-down-timer-with-kotlin-coroutines-flow-a59c36167247

Design of Kotlin Coroutines
https://proandroiddev.com/design-of-kotlin-coroutines-879bd35e0f34

Mastering Coroutines in Kotlin — Complete guide
https://androidgeek.co/mastering-coroutines-in-kotlin-complete-guide-921bb63d2594

Почему исключения в Kotlin Coroutines это сложно и как с этим жить?
https://habr.com/ru/articles/689256/

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.