autd3-timer 9.0.0

Native timer wrapper.
Documentation
1
2
3
4
5
6
7
# 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