Registry / networking / kotlinx-coroutines-io

kotlinx-coroutines-io

JSON →
library0.24.0javamavenunverified

Coroutines support libraries for Kotlin, including IO operations.

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

ByteReadChannel
kotlinx.coroutines.io.ByteReadChannel

Reading from a ByteReadChannel

import kotlinx.coroutines.* import kotlinx.coroutines.io.* fun main() = runBlocking { val channel = ByteReadChannel("Hello") println(channel.readUTF8Line()) }
Debug
Known issues
breakingThis package is experimental and may have breaking changes.
fix
Use stable kotlinx-coroutines-core for production.
affects: < 1.0.0
Upgrade
Version history
0.24.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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