kotlinx.coroutines
kotlinx-coroutines-io
/
kotlinx.coroutines.experimental.io
/
ByteReadChannel
/
lookAheadSuspend
lookAheadSuspend
abstract
suspend
fun
<
R
>
lookAheadSuspend
(
visitor
:
suspend
LookAheadSuspendSession
.
(
)
->
R
)
:
R