-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Labels
KotlinKotlin supportKotlin support
Description
Kotlinx coroutines Reactive includes an general extension fun to convert Publisher to Kotlin Flow, https://github.com/Kotlin/kotlinx.coroutines/blob/master/reactive/kotlinx-coroutines-reactive/src/ReactiveFlow.kt
Besides add extensions to general ReactiveStreams API, https://github.com/Kotlin/kotlinx.coroutines/tree/master/reactive it also supports Reactor, Rxjava2/3, JDK 9 Flow API.
But in these implementations, it does requires a suspend modifier for fun .asFlow.
Metadata
Metadata
Assignees
Labels
KotlinKotlin supportKotlin support