Sponsor of the Day:
Jerkmate
https://doc.rust-lang.org/std/sync/mpmc/index.html
std::sync::mpmc - Rust
Multi-producer, multi-consumer FIFO queue communication primitives.
std sync mpmcrust
https://doc.rust-lang.org/std/sync/mpmc/struct.Receiver.html
Receiver in std::sync::mpmc - Rust
The receiving half of Rust’s `channel` (or `sync_channel`) type. Different threads can share this `Receiver` by cloning it.
std sync mpmcreceiverrust
https://doc.rust-lang.org/std/sync/mpmc/struct.IntoIter.html
IntoIter in std::sync::mpmc - Rust
An owning iterator over messages on a `Receiver`, created by `into_iter`.
std sync mpmcintoiterrust