:mega: :mega: :mega: kotlinx.coroutines 1.3.7 rele...
# coroutines
v
📣 📣 📣 kotlinx.coroutines 1.3.7 release: • Fixed problem that triggered Android Lint failure • New
Flow.cancellable()
operator for cooperative cancellation • Emissions from
flow
builder now check cancellation status and are properly cancellable • New
currentCoroutineContext
function to use unambiguously in the contexts with
CoroutineScope
in receiver position •
EXACTLY_ONCE
contract support in coroutine builders. • Various documentation improvements.
👍 1
🎉 27
g
Can you update documentation, please? It’s still missing cancellable() operator and other changes from 1.3.7 https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/index.html
v
The commit to gh-pages got stuck in working tree. Fixed, thanks for pointing it out!