struct Job
- Job
- Struct
- Value
- Object
Overview
Creates a job struct type and associated methods/helpers
Defined in:
macrocosm/job.crConstructors
Instance Method Summary
-
#add_work(run_now = false, &block : Work)
Adds work to this job.
- #initialize
- #run
- #sync
Constructor Detail
Instance Method Detail
Adds work to this job. Increases the total work counter.