consumeEachRemaining
inline fun LookAheadSession.consumeEachRemaining(visitor: (ByteBuffer) -> Boolean)
Content copied to clipboard
inline suspend fun LookAheadSuspendSession.consumeEachRemaining(visitor: suspend (ByteBuffer) -> Boolean)
Content copied to clipboard