Docs.rs
scheduled-1.0.2
scheduled 1.0.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Larmbs
Dependencies
chrono ^0.4.38
normal
queued_rust ^0.7.4
normal
Versions
75%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
scheduled
1.0.2
All Items
Crate Items
Structs
Type Aliases
Crate
scheduled
Copy item path
Source
Structs
§
Event
Represents an event that is scheduled to occur at a specific time.
Scheduler
A scheduler for managing and executing events based on their activation time.
Type Aliases
§
Duration
Specifies a duration in time between events. Alias of
TimeDelta
.
Event
Func
Defines the expected type for event functions.