[src]

Module std::io::timer

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.

Timer

A synchronous timer object

sleep

Sleep the current task for msecs milliseconds.