Struct mio::timer::Timer
[−]
[src]
pub struct Timer<T> { /* fields omitted */ }
pub struct Timer<T> { /* fields omitted */ }
impl<T> Timer<T>
[src]fn set_timeout(&mut self, delay_from_now: Duration, state: T) -> Result<Timeout>
fn cancel_timeout(&mut self, timeout: &Timeout) -> Option<T>
fn poll(&mut self) -> Option<T>
impl<T> Default for Timer<T>
[src]impl<T> Evented for Timer<T>
[src]