Crate swnb_timer

source ·
Expand description

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

Structs

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