Пример создания своего диспетчера для корутин, который работает на базе PriorityBlockingQueue.
#kotlin #coroutines #dispatcher
https://medium.com/@khush.panchal123/prioritydispatcher-dispatcher-based-on-priority-queue-035cebd6f96a
#kotlin #coroutines #dispatcher
https://medium.com/@khush.panchal123/prioritydispatcher-dispatcher-based-on-priority-queue-035cebd6f96a
Medium
PriorityDispatcher — Priority based Dispatcher in Kotlin Coroutines
Dispatcher based on PriorityQueue for prioritisation of task in Kotlin coroutines.
Статья про ядра, процессы и IO/Default диспетчеры
#kotlin #coroutines #dispatcher
https://proandroiddev.com/exploring-the-secrets-of-dispatchers-default-and-io-in-kotlin-coroutines-31d703c29ee2
#kotlin #coroutines #dispatcher
https://proandroiddev.com/exploring-the-secrets-of-dispatchers-default-and-io-in-kotlin-coroutines-31d703c29ee2
Medium
👋🏻 Exploring the Secrets of Dispatchers Default and IO in Kotlin Coroutines
Understanding the architecture of CPU cores and threads can be a game-changer when writing optimized code. In this guide, we will explore…