Struct JobHandle
scheduled_thread_pool
pub struct JobHandle(_);
A handle to a scheduled job.
impl JobHandle
pub fn cancel(&self)
Cancels the job.
impl Send for JobHandle
impl Sync for JobHandle