Function re_video::decode::async_decoder_wrapper::decoder_thread

source ·
fn decoder_thread(
    decoder: &mut dyn SyncDecoder,
    comms: &Comms,
    command_rx: &Receiver<Command>,
    on_output: &OutputCallback
)