:mega: :mega: :mega: kotlinx.coroutines 1.7.0 rele...
# coroutines
v
📣 📣 📣 kotlinx.coroutines 1.7.0 release is here! This is the next 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
artifacts • 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 Thanks everyone for the feedback, bug reports and adoption of Beta and RC releases!
K 18
🎉 7
🚀 8
🦜 3
n
h
Finally linuxArm64 support 🎉
l
@hfhbd What do you use Linux ARM 64 for? Desktops/laptops, or something else?
h
Desktop, mostly with docker on macOS. Now the images doesn't need to use Rosetta.
n
What do you use Linux ARM 64 for?
Although you haven't asked me buuuut 🙂 : I have a (simple) command line application based on clikt and ktor-client, and sharing a common API with a server it communicates with. It will be nice when I will be able to provide a Linux ARM64 compatible binary as well (although the main priorities are the Windows x64 and the Linux x64 targets).