Skip to main content

create_stdout_channel

Function create_stdout_channel 

Source
pub fn create_stdout_channel() -> (SyncSender<Result<Vec<u8>>>, Receiver<Result<Vec<u8>>>)
Expand description

Create a bounded channel for stdout pumping.