Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Converts a ReadableByteChannel to a ByteReadChannel, enabling asynchronous reading of bytes.

Link copied to clipboard
Link copied to clipboard
inline suspend fun ByteWriteChannel.writeWhile(crossinline block: (ByteBuffer) -> Boolean)