Docs.rs
ora-timer-0.1.1
ora-timer 0.1.1
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ora_timer
0.1.1
Module timer
Structs
In crate ora_timer
?
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.