Function frame_proc_loop

Source
pub async fn frame_proc_loop(
    rx: Receiver<Option<Buffer>>,
    func: impl AsyncFnMut(Buffer),
)