ktor-utils
Toggle table of contents
3.3.1
common
Platform filter
common
Switch theme
Search in API
ktor-utils
ktor-utils
/
io.ktor.util
/
copyToBoth
copy
To
Both
fun
ByteReadChannel
.
copyToBoth
(
first
:
ByteWriteChannel
,
second
:
ByteWriteChannel
)
(
source
)
Copy a source channel to both output channels chunk by chunk.
Report a problem