filmov
tv
Lifecycles, Coroutines and Scopes | Alejandro Serrano Mena
Показать описание
Structured concurrency is one of the key ideas in the Kotlin language, ensuring correct and intuitive cancellation and supervision of jobs. In this talk we look at how these ideas translate when coroutines are introduced in other frameworks with their own lifecycles, like Spring services or Android applications.
Another way to think about this talk is a search for every usage of CoroutineScope in Kotlin libraries, and understand how that bridges the world of coroutines.
Jobs are not the only lifecycle-aware pattern in Kotlin. The Arrow library provides other two examples: resource management, and distributed transactions. By the end of the talk, you'll be able to see the commonalities, and have a better understanding of all those interfaces ending in Scope.
Due to technical difficulties, this talk was not properly recorded during the conference. Alejandro kindly agreed to re-record it at the JetBrains office.
Lifecycles, Coroutines and Scopes | Alejandro Serrano Mena
lifecycleScope and viewModelScope - Kotlin Coroutines
GlobalScope vs. CoroutineScope - THIS Is the Difference
Kotlin Coroutines : Lifecycle Scope example
95% Don't Understand THIS About Coroutines (Main-Safety)
Coroutine Scopes - Kotlin Coroutines
KotlinConf 2019: Coroutines! Gotta catch 'em all! by Florina Muntenescu & Manuel Vivo
Coroutine Scopes - Kotlin Coroutines on Android Fundamentals Part 10
The Basics - Kotlin Coroutines
Kotlin Coroutines: coroutineScope vs. runBlocking (Tutorial)
5 Kotlin Coroutine Secrets I Wish I Knew Earlier
How do LiveData and Coroutines actually work, Aleksander Piotrowski
Kotlin Coroutines - Lifecycle, ViewModel Scopes, LaunchedEffect (Part 5)
Is Your Coroutines Working Fine? | ViewModelScope in Android #codingtutorial #coroutines #android
Coroutine scopes and Exception handling | Kotlin Coroutines
Filip Babić — Deep diving into the Kotlin Coroutines API
Global Scope vs Lifecycle Scope #kotlin #coroutines #coding #androiddevelopment
The ABC of Coroutines - Kotlin Vocabulary
Avoiding common coroutines mistakes in Compose by Márton Braun
Understanding and Using Kotlin Coroutines
Kotlin Coroutines 101 - Android Conference Talks
Coroutine Contexts - Kotlin Coroutines
ViewModelScope & LifecycleScope in Android Coroutines | CheezyCode Hindi
Kotlin Coroutines from theory to practice - Part 4: Coroutines Scope
Комментарии