/rust-channels-by-example

A Rust implementation of the "Go by Example" channel examples

Primary LanguageRust

Rust Channels by Example

An attempt to implement the "Go by Example" channels examples in Rust using the new crossbeam-channel crate that provides MPMC channels and an improved select_loop macro.