wallclock-timer 0.1.0

Wall-clock-based timer utility.
Documentation

Wall-clock Timer

A wall-clock-based timer utility for Rust.

License Cargo Documentation Build Status

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.