Struct asyncio::WaitableTimer [] [src]

pub struct WaitableTimer<C> { /* fields omitted */ }

Provides waitable timer functionality.

Methods

impl<C: Clock> WaitableTimer<C>
[src]

Trait Implementations

impl<C> Send for WaitableTimer<C>
[src]

impl<C> AsIoContext for WaitableTimer<C>
[src]

impl Debug for WaitableTimer<SteadyClock>
[src]

Formats the value using the given formatter.

impl Debug for WaitableTimer<SystemClock>
[src]

Formats the value using the given formatter.