Docs.rs
ora-timer-0.1.0
ora-timer 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
tamasfe
Dependencies
minstant ^0.1.2
normal
tokio ^1.29.1
normal
tracing ^0.1.37
normal
criterion ^0.5.1
dev
futures ^0.3.28
dev
thread-priority ^0.13.1
dev
time ^0.3.23
dev
tokio ^1.29.1
dev
tracing-subscriber ^0.3.17
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module timer
Structs
?
Module
ora_timer
::
timer
source
·
[
−
]
Expand description
A timer implementation that supports both blocking and async execution.
Structs
Timer
A timer that runs in a loop and expires tasks.
TimerHandle
A handle to a timer that can be used to stop the timer on demand or schedule tasks.