use

inline fun ByteWriteChannel.use(block: ByteWriteChannel.() -> Unit)(source)

Executes block on ByteWriteChannel and close it down correctly whether an exception

Report a problem