:mega: :mega: :mega: kotlinx.coroutines 1.7.0-Beta is here! This is a Beta of the major release tha...
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?