use
inline fun ByteWriteChannel.use(
block: ByteWriteChannel.() -> Unit
): Unit
Executes block on ByteWriteChannel and close it down correctly whether an exception
inline fun ByteWriteChannel.use(
block: ByteWriteChannel.() -> Unit
): Unit
Executes block on ByteWriteChannel and close it down correctly whether an exception