//! Cross-platform helpers for task spawning and time.
/// Spawns a future on the current platform runtime.
pubusespawn::spawn;/// Returns the current Unix timestamp in milliseconds.
pubusetime::now;/// Sleeps asynchronously for a duration.
pubusetime::sleep;modspawn;modtime;