atomic-interval
A very tiny library implementing an lock-free atomic timer.
Examples
use AtomicIntervalLight;
use Duration;
use Instant;
use thread;
const PERIOD: Duration = from_secs;
cargo run --example simple
A very tiny library implementing an lock-free atomic timer.
use AtomicIntervalLight;
use Duration;
use Instant;
use thread;
const PERIOD: Duration = from_secs;
cargo run --example simple