pub fn create_capture_buffer(
capacity: usize,
) -> (Sender<ProcessedCapture>, Receiver<ProcessedCapture>)Expand description
Create a new bounded channel for capture storage
pub fn create_capture_buffer(
capacity: usize,
) -> (Sender<ProcessedCapture>, Receiver<ProcessedCapture>)Create a new bounded channel for capture storage