Wall-clock Timer
A wall-clock-based timer utility for Rust.
Provided APIs
Thread Timer
The thread_timer module provides a timer for real-time event scheduling against the system's time.
It runs on its own dedicated thread and uses a shareable handle called a TimerRef for communication with other threads.
Documentation
For reference and examples check the API Docs.
License
Licensed under the terms of MIT license.
See LICENSE for details.