Struct timer::TimerBase [] [src]

pub struct TimerBase<T> where
    T: 'static + Send
{ /* fields omitted */ }

Shared coordination logic for timer threads.

Methods

impl<T> TimerBase<T> where
    T: 'static + Send
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T> Drop for TimerBase<T> where
    T: 'static + Send
[src]

[src]

Stop the timer threads.