Module time

Module time 

Source
Expand description

Future Timing Utilities

Traits§

FutureTimeout
This trait adds a timeout method to all futures.

Functions§

sleep
Pauses the current task for some time.
sleep_until
Pauses the current task until an expiration instant.