Registry / networking / kotlinx-coroutines-io-native

kotlinx-coroutines-io-native

JSON →
library0.1.16javamavenunverified

IO support libraries for Kotlin, providing coroutine-based I/O operations for native targets.

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

Read a line from a ByteReadChannel.

import kotlinx.coroutines.* import kotlinx.coroutines.io.* fun main() = runBlocking { val channel = ByteReadChannel("Hello, world!") println(channel.readUTF8Line()) }
Debug
Known issues
gotchaThis library is experimental and may have breaking changes in future versions.
fix
Check for updates and migration guides when upgrading.
affects: <=0.1.16
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-native — mvn dependency:get kotlinx-coroutines-io-native · libregistry