Skip to main content

producer

Function producer 

Source
pub fn producer<T: Send + Sync + 'static>(rx: Receiver<T>) -> StreamProducer<T>