:mega: :mega: :mega: kotlinx.coroutines 1.7.0-Beta...
# coroutines
v
📣 📣 📣 kotlinx.coroutines 1.7.0-Beta is here! This is a Beta of the major release that contains multiple significant reworks and improvements: • Much more efficient new
Channel
,
Mutex
and
select
implementations • JPMS support • Merge of
kotlinx-coroutines-core
and
kotlinx-coroutines-jdk8
• Partial stabilization and notable improvements of
kotlinx-coroutines-test
• More K/N support: all official targets, better dispatchers,
<http://Dispatchers.IO|Dispatchers.IO>
And many more! Full changelog: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.7.0-Beta
🍾 2
🎉 2
👌 1
🐕 2
🎉 26
⏸️ 3
c
TestCoroutineScheduler
,
runTest
, and
TestScope
API are promoted to stable (#3622).
That's great!
r
Nice!!! With the rewrite for channels, will the same happen for actors?