Struct calloop::Idle [−][src]
pub struct Idle<Data> { /* fields omitted */ }An idle callback that was inserted in this loop
This handle allows you to cancel the callback. Dropping it will not cancel it.
Methods
impl<Data> Idle<Data>[src]
impl<Data> Idle<Data>