Kotlin Android – perform coroutine actions ASAP: priority dispatchers?
I’m developing an app reading data from a network real-time service and rendering those data in the view, as soon as possible and without delays. Delays like over 200-300 msec are not tolerated. It’s okay if some messages get lost but no delays.