Docs.rs
tokio-scheduler-macro-2.0.0
tokio-scheduler-macro 2.0.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
RecordingTheSmile
Dependencies
convert_case ^0
normal
proc-macro2 ^1
normal
quote ^1
normal
syn ^2
normal
tokio-scheduler-types ^2
normal
anyhow ^1
dev
Versions
50%
of the crate is documented
Platform
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
Crate tokio_scheduler_macro
tokio_
scheduler_
macro
2.0.0
All Items
Crate Items
Attribute Macros
Crate
tokio_
scheduler_
macro
Copy item path
Source
Attribute Macros
ยง
job
This macro is used to annotate a struct or a function as a job. Every job marked by this macro can be automatically registered to the job manager by calling
auto_register_job
fn from the job manager.