Function re_sdk::binary_stream_sink::spawn_and_stream

source ·
fn spawn_and_stream<W: Write + Send + 'static>(
    encoder: DroppableEncoder<W>,
    rx: Receiver<Option<Command>>
) -> Result<JoinHandle<()>, BinaryStreamSinkError>
Expand description

Spawn the encoder thread that will write log messages to the binary stream.