Struct calloop::Idle[][src]

pub struct Idle { /* 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 Idle
[src]

Cancel the idle callback if it was not already run

Auto Trait Implementations

impl !Send for Idle

impl !Sync for Idle