Function frame_proc_loop

Source
pub async fn frame_proc_loop<F: AsyncFnMut(Vec<u8>) + Sync + Send + 'static>(
    rx: Receiver<Option<Vec<u8>>>,
    func: F,
)
Expand description

Run frame processing loop