[][src]Module fumio::timer

Time based events

Structs

Delay

A future that completes at a specified instant in time.

DelayQueue

A queue of delayed elements.

Interval

A stream representing notifications at fixed interval

Timeout

Allows a Future or Stream to execute for a limited amount of time.