Skip to main content

create

Function create 

Source
pub fn create<T: Record>(buffer_size: usize) -> (Source<T>, Sink<T>)
Expand description

Creates a new Source/Sink pair with the given buffer size.