Function re_chunk::batcher::batching_thread

source ·
fn batching_thread(
    config: ChunkBatcherConfig,
    rx_cmd: Receiver<Command>,
    tx_chunk: Sender<Chunk>
)