Expand description
The lucidity
crate. Re-exports the core components and provides a macro for creating jobs.
Re-exports§
Structs§
- Job
- A job is a process that can be spawned and shutdown.
Attribute Macros§
- abstract_
process - Add
AbstractProcess
behavior to the given struct implementation with minimum boilerplate code. - job
- The
job
macro.