Function stdout

Source
pub fn stdout(
    graph: Arc<Mutex<Graph>>,
    rx: Arc<Mutex<Receiver<(String, usize)>>>,
) -> Result<String, Error>