Function frame_proc_loop

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

Run frame processing loop