open fun readSession(consumer: ReadSession.() -> Unit): Unit
Overrides ByteReadChannel.readSession
Starts non-suspendable read session. After channel preparation consumer lambda will be invoked immediately event if there are no bytes available for read yet.