system-timer 0.1.0

async timers built on SystemTime
Documentation

Async timers built on [SystemTime].

[tokio::time::Sleep] operates on Instants, which are inconvenient when one wants to schedule timers according to wall-clock time.

Implemented using [libc::timerfd_create] et al.