Crate scheduled_thread_pool [] [src]

A thread pool to execute scheduled actions in parallel.

While a normal thread pool is only able to execute actions as soon as possible, a scheduled thread pool can execute actions after a specific delay, or excecute actions periodically.

Structs

JobHandle

A handle to a scheduled job.

ScheduledThreadPool

A pool of threads which can run tasks at specific time intervals.