Primitive Timer Driver Implementation
This is timer driver implementation. The original idea came from tokio's hierarchical hashed timing wheel, offering O(1) insertion/removal and O(p) (where p is number of timing wheel hierarchies; i.e. page) timeout complexity.
Usage
todo
Features
std(default): Providesslabbased default implementation.