Registry / networking / kotlinx-coroutines-reactive

kotlinx-coroutines-reactive

JSON →
library1.10.2javamavenunverified

Coroutines support for reactive streams, enabling integration with ReactiveX and other reactive libraries.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-reactive</artifactId> <version>1.10.2</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-COROUTINES
K
kotlinx-coroutines-reactive
networkingjavav1.10.2
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.

awaitFirst
kotlinx.coroutines.reactive.awaitFirst

Await the first emission from a reactive stream using coroutines.

import kotlinx.coroutines.reactive.awaitFirst; import reactor.core.publisher.Mono; Mono<String> mono = Mono.just("Hello"); String result = mono.awaitFirst(); System.out.println(result);
Debug
Known issues
gotchaRequires Kotlin coroutines and a reactive library (e.g., Reactor, RxJava) on the classpath.
fix
Add dependencies for kotlinx-coroutines-core and the reactive library you intend to use.
affects: all
Upgrade
Version history
1.10.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
kotlinx-coroutines-reactive — mvn dependency:get kotlinx-coroutines-reactive · libregistry