:mega: :mega: :mega: `kotlinx.coroutines` version ...
# coroutines
v
📣 📣 📣 
kotlinx.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.3
🎉 43
👍 1
👏 1
d
The scheduler rework is some fantastic work, thank you!
👏 1
Load averages for a real-world use case with the scheduler improvements (it's a periodic scheduled workload)
🔥 1