https://kotlinlang.org logo
#coroutines
Title
# coroutines
v

Vsevolod Tolstopyatov [JB]

03/17/2020, 3:21 PM
📣 📣 📣 kotlinx.coroutines 1.3.5 is here! •
Flow.firstOrNull
operators •
java.time
and
kotlin.time.Duration
adapters • More performant and configurable
DebugProbes
for usages in production environment •
kotlin-coroutines-jdk9
module for integration with
java.util.concurrent.Flow
• Various bug fixes and improvements Full changelog: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.3.5
🎉 25
a

araqnid

03/17/2020, 3:58 PM
cool, I can throw away my dodgy jdk9 flow adapter now 😄
2 Views