sched-clock 0.1.2

A timer for task scheduling
Documentation
1
2
3
4
5
6
//! Standard imports to make this crate easiest to use

pub use crate::Clock;

#[cfg(target_os = "linux")]
pub use crate::clocks::linux::PosixClock;