pub struct Idle<'i> { /* private fields */ }Expand description
An idle callback that was inserted in this loop
This handle allows you to cancel the callback. Dropping it will not cancel it.
pub struct Idle<'i> { /* private fields */ }An idle callback that was inserted in this loop
This handle allows you to cancel the callback. Dropping it will not cancel it.