Tag: multithreading
Kotlin coroutines, actors
A first walk into Kotlin coroutines on Android
Kotlin coroutines on Android
[https://developer.android.com/kotlin/coroutines]
Kotlin flows on Android
[https://developer.android.com/kotlin/flow]
Coroutines
[https://kotlinlang.org/docs/coroutines-basics.html]
Android Coroutine Recipes [https://proandroiddev.com/android-coroutine-recipes-33467a4302e9]
Best practices for coroutines in Android
[https://developer.android.com/kotlin/coroutines/coroutines-best-practices]
Concurrent Programming in Kotlin: Coroutines
Simple asynchronous loading with Kotlin Coroutines ; https://hellsoft.se/simple-asynchronous-loading-with-kotlin-coroutines-f26408f97f46; + LifecycleObserver; + Kotlin Coroutine DSL
Continue reading Kotlin coroutines, actors
The Evolution of Android Network Access
Modern background execution in Android [https://android-developers.googleblog.com/2018/10/modern-background-execution-in-android.html]
Background Processing in Android [https://medium.com/@julian_falcionelli/background-processing-in-android-575fd4ecf769]
Background Processing in Android (Part 2) [https://medium.com/major-league/background-processing-in-android-part-2-88c73c24a2ac]
Continue reading The Evolution of Android Network Access
Kotlin 1.3 Released
Kotlin 1.3 Released with Coroutines, Kotlin/Native Beta, and more [https://blog.jetbrains.com/kotlin/2018/10/kotlin-1-3/]
С# multithreading
Task Parallel Library (TPL) [https://docs.microsoft.com/en-us/dotnet/standard/parallel-programming/task-parallel-library-tpl]
c# lessons (also about multithreading) [https://metanit.com/sharp/tutorial/]