# Native Timer Wrapper This crate abstracts native timers of Windows, Linux, and macOS, using "timeSetEvent" on Windows, "POSIX Timer" on Linux, and "Grand Central Dispatch" on macOS. # Author Shun Suzuki, 2023