Vsevolod Tolstopyatov [JB]
12/13/2019, 2:15 PMkotlinx.coroutines version 1.3.3 is here!
• Dispatchers.Main doesn’t use ServiceLoader anymore, preventing I/O on Main thread during initialization and annoying “Module with the Main dispatcher is missing” exceptions
• Reworked Dispatchers.Default and <http://Dispatchers.IO|Dispatchers.IO>, CPU consumption is significantly reduced
• Flow.merge operator
• Significant performance improvements in Flow, Channel and Job classes
• Improved stacktrace recovery and debugging experience
And a lot more, full changelog: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.3.3danny
12/13/2019, 6:34 PMdanny
12/13/2019, 9:45 PM