Appearance
crelte / std / timeout
function timeout(ms): Promise<void>;
Delays for a specified amount of time.
number
The number of milliseconds to delay for.
Promise<void>
Promise
void
A promise that resolves after the delay.