Crate task

Source
Expand description

Task.rs is a library for running lightweight tasks on a schedule.

Structsยง

  • Scheduler manages scheduling of new jobs and maintains a threadpool upon which the scheduled jobs run.