Docs.rs
task-0.0.1
task 0.0.1
Permalink
Docs.rs crate page
BSD-4-Clause
Links
Repository
crates.io
Source
Owners
echelon
Dependencies
crontab 0.1.*
normal
log 0.3.*
normal
threadpool 1.7.*
normal
time 0.1.*
normal
Versions
50%
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
task
0.0.1
All Items
Crate Items
Structs
Crate
task
Copy item path
Source
Expand description
Task.rs is a library for running lightweight tasks on a schedule.
Structs
ยง
Scheduler
Scheduler manages scheduling of new jobs and maintains a threadpool upon which the scheduled jobs run.