Crate wheel_timer [] [src]

Simple hashed wheel timer with bounded interval.

Relevant: http://www.cs.columbia.edu/~nahum/w6998/papers/sosp87-timing-wheels.pdf

Structs

WheelTimer

A simple wheel timer implementation with a fixed ring size.