Struct clokwerk::ScheduleHandle[][src]

pub struct ScheduleHandle { /* fields omitted */ }

Guard object for the scheduler background thread. The thread is terminated if this object is dropped, or ScheduleHandle::stop() is called

Methods

impl ScheduleHandle
[src]

Halt the scheduler background thread

Trait Implementations

impl Drop for ScheduleHandle
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations