Module fibers::time::timer [] [src]

Timer

Structs

Timeout

A future which will expire at the specified time instant.

TimeoutAfter

A future which will try executing T within the specified time duration.

Traits

TimerExt

A timer related extension of the Future trait.

Functions

timeout

Makes a future which will expire after delay_from_now.