Registry / networking / kotlinx-coroutines-io-jvm

kotlinx-coroutines-io-jvm

JSON →
library0.1.16javamavenunverified

Kotlinx Coroutines IO JVM provides IO support libraries for Kotlin coroutines on the JVM.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-io-jvm</artifactId> <version>0.1.16</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-COROUTINES
K
kotlinx-coroutines-io-jvm
networkingjavav0.1.16
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.

ByteReadChannel
kotlinx.coroutines.io.ByteReadChannel

Creates a ByteReadChannel for reading bytes asynchronously.

import kotlinx.coroutines.io.ByteReadChannel; public class Main { public static void main(String[] args) { ByteReadChannel channel = ByteReadChannel.Companion.invoke(); System.out.println("ByteReadChannel created"); } }
Debug
Known issues
breakingThis library is experimental and may have breaking changes.
fix
Use with caution and pin to a specific version.
affects: <1.0.0
Upgrade
Version history
0.1.16latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kotlinx-coroutines-io-jvm — mvn dependency:get kotlinx-coroutines-io-jvm · libregistry