Registry / utility / kotlinx-coroutines-rx3

kotlinx-coroutines-rx3

JSON →
library1.11.0javamavenunverified

Coroutines support libraries for Kotlin providing RxJava3 integration.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-rx3</artifactId> <version>1.11.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-COROUTINES
K
kotlinx-coroutines-rx3
utilityjavav1.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

awaitSingle
kotlinx.coroutines.rx3.awaitSingle

Minimal Kotlin coroutine awaiting an RxJava3 Single

import kotlinx.coroutines.* import kotlinx.coroutines.rx3.* import io.reactivex.rxjava3.core.Single fun main() = runBlocking { val result = Single.just("Hello").awaitSingle() println(result) }
Debug
Known issues
gotchaRequires RxJava3 dependency
fix
Add io.reactivex.rxjava3:rxjava to your project
affects: all
Upgrade
Version history
1.11.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
kotlinx-coroutines-rx3 — mvn dependency:get kotlinx-coroutines-rx3 · libregistry