native-timer 0.4.0

Timer library which uses OS timer capabilities.
Documentation
[[example]]
name = "simple"
path = "src/examples/simple.rs"
[dependencies.parking_lot]
version = "0.12"

[dependencies.sync-wait-object]
version = "0.1"

[package]
authors = ["Ruxo Zheng <me@ruxoz.net>"]
categories = ["concurrency", "os::windows-apis", "os::unix-apis"]
description = "Timer library which uses OS timer capabilities."
documentation = "https://docs.rs/native-timer"
edition = "2021"
homepage = "https://docs.rs/native-timer"
keywords = ["native", "timer", "schedule"]
license = "MIT"
name = "native-timer"
readme = "README.md"
repository = "https://github.com/ruxo/native-timer"
version = "0.4.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Threading", "Win32_Security", "Win32_System_WindowsProgramming"]
version = "0.44"