fn main() { let (tx, rx) = sync_channel(1); // buffer size 1 tx.send(Msg {typ: 42, val: "Rust is cool".to_string()}).unwrap(); println!(
確定! 回上一頁