Struct asyncio::WaitableTimer [] [src]

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

Provides waitable timer functionality.

Methods

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

Trait Implementations

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

Returns a IoService associated with this object.