[go: up one dir, main page]

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]

Cancel the idle callback if it was not already run

Auto Trait Implementations

impl<Data> !Send for Idle<Data>

impl<Data> !Sync for Idle<Data>