Monotonic Timer
Simple implementation of a Monotonic Timer in and for Rust.
Example
extern crate monotonic_timer;
use channel;
let timer = new;
let = channel;
let _guard = timer.schedule_with_delay;
rx.recv.unwrap;
println!;
Attribution
This project is a slightly modified version of https://github.com/Yoric/timer.rs.