//! A very simple example using threads.
//!
//! This is [Rust by Example's threads example].
//!
//! [Rust by Example's threads example]: https://doc.rust-lang.org/rust-by-example/std_misc/threads.html
extern crate eyra;
use thread;
const NTHREADS: u32 = 10;
// This is the `main` thread