streamingBytesFlow
fun streamingBytesFlow(producer: suspend SendChannel<ByteArray>.() -> Unit): Flow<ByteArray>(source)
Symmetric helper for binary streams used with InvocationResult.BinaryStream.
Symmetric helper for binary streams used with InvocationResult.BinaryStream.