WriterSuspendSession

interface WriterSuspendSession : WriterSession

Functions

tryAwait

abstract suspend fun tryAwait(n: Int): Unit

Inherited Functions

request

abstract fun request(min: Int): ByteBuffer?

written

abstract fun written(n: Int): Unit