//! Time related functionality
use Duration;
use crateplatform;
/// Waits for the specified duration
pub async
/// Waits for the specified number of milliseconds
pub async
/// Waits for the specified number of microseconds
pub async
/// Waits for the specified number of seconds
pub async