Function delay

Source
pub fn delay(period: i32)
Expand description

Sleep for the specified amount of milliseconds.

See the terminal_delay() C API function’s documentation.