Vsevolod Tolstopyatov [JB]
08/09/2019, 6:32 PMkotlinx.coroutines
1.3.0-RC2 is here!
Changelog:
* New flow operator families
* combine
and combineTransform
* flatMapLatest
, mapLatest
, transformLatest
and collectLatest
* R8-friendly ServiceLoader
usage to enable SL optimization on Android toolchain 3.6.0+
* Stacktrace recovery for minified Android builds
* Full-blown interop between coroutine context and Reactor context
* Various fixes and improvements
* Full changelog: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.3.0-rc2Adam Powell
08/09/2019, 8:43 PMtransformLatest
so far 👍sdeleuze
08/09/2019, 8:50 PMFlowAsPublisherKt.from
and PublisherAsFlowKt.from
that I was calling from Java previously?Vsevolod Tolstopyatov [JB]
08/14/2019, 8:32 AMkotlinx.coroutines.reactive.FlowKt
sdeleuze
08/14/2019, 8:32 AMVsevolod Tolstopyatov [JB]
08/14/2019, 8:34 AMasPublisher(flow)
sdeleuze
08/14/2019, 8:36 AMkotlinx.coroutines.flow.FlowKt
asFlux
is not accessible from Java ?Vsevolod Tolstopyatov [JB]
08/14/2019, 8:38 AMasFlux
is also accessible, but it’s in the reactor
module and sub-package.sdeleuze
08/14/2019, 8:39 AMVsevolod Tolstopyatov [JB]
08/14/2019, 8:50 AMsdeleuze
08/14/2019, 9:04 AM