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
pub async fn frame_proc_loop<P: Preprocessor, F: AsyncFnMut(P::Frame) + Sync + Send + 'static>(
rx: Receiver<Option<P::Frame>>,
func: F,
)
Run frame processing loop