Crate swnb_timer

Source
Expand description

swnb_timer is a timer base on binaryHeap; support async style or callback style; see examples;

Structsยง

Timer
Timer store all timeout callback base on binaryHeap; The callback function will be triggered when the time expires