Kotlin 1.3 Released with Coroutines, Kotlin/Native Beta, and more [https://blog.jetbrains.com/kotlin/2018/10/kotlin-1-3/]
Tag: multithreading
С# 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/]
Non-blocking Algorithms
Non-blocking Algorithms [http://tutorials.jenkov.com/java-concurrency/non-blocking-algorithms.html]
[https://en.wikipedia.org/wiki/Non-blocking_algorithm]
Передача сообщений между потоками. Классические блокирующие алгоритмы [https://habr.com/post/211717/]
Введение в неблокирующие алгоритмы [https://www.ibm.com/developerworks/ru/library/j-jtp04186/index.html]
Алгоритм поиска блокирующего потока в ациклической сети
Android paranoid
Testing asynchronous RxJava code using Mockito
Testing asynchronous RxJava code using Mockito