autd-timer 1.1.0

Native timer wrapper.
Documentation
1
2
3
4
5
6
7
8
9
10
![build](https://github.com/sssssssuzuki/autd-timer/workflows/build/badge.svg)
![publish](https://github.com/sssssssuzuki/autd-timer/workflows/publish/badge.svg)

# Native Timer Wrapper

This crate abstracts native timers of Windows, Linux, and macOS, using "Timer Queue" on Windows, "POSIX Timer" on Linux, and "Grand Central Dispatch" on macOS.

# Author

Shun Suzuki, 2020