create_capture_buffer

Function create_capture_buffer 

Source
pub fn create_capture_buffer(
    capacity: usize,
) -> (Sender<ProcessedCapture>, Receiver<ProcessedCapture>)
Expand description

Create a new bounded channel for capture storage