use thread;
use time;
/// Sleeps the current thread a period of time expressed in [`time::Duration`].
/// Sleeps the current thread for a number of seconds.
/// Sleeps the current thread for a number of milliseconds.
/// Sleeps the current thread for a number of nanoseconds.