Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I noticed the way chan (multi producer, multi consumer channels) was used could be satisfied instead with the Rust standard library. [recv_timeout](https://doc.rust-lang.org/std/sync/mpsc/struct.Receiver.html#method.recv_timeout) was added in Rust 1.12
- Loading branch information