You can create a channel in Rust with std::sync::mpsc . mpsc means "multiple producer, single consumer", so "many threads sending to one place".
確定! 回上一頁