Timer # Common implementations: - Windows uses thread pooled timer - Apple systems uses dispatch source API - Posix compatible `timer_create`, available on major Posix-compliant systems. Depends on availability of `siginfo_t::si_value` method. - Wasm uses Web API `SetTimeout` - Dummy timer is used when no implementation is available. Panics when used. # Usage ```no_run use async_timer::timer:
source not stored for this graph (policy: none)