Module std::io::timerExperimental
[-]
[+]
[src]
Synchronous Timers
This module exposes the functionality to create timers, block the current task, and create receivers which will receive notifications after a period of time.
Structs
| Timer | A synchronous timer object |
Functions
| sleep | Sleep the current task for the specified duration. |