system

List of symbols:

sleep

sleep

Usage: (sleep milliseconds) -> nil

Sleep for at least the provided milliseconds (must be a positive integer), otherwise function will no-op.

No Examples