sleep
void sleep(nuint timeoutMs)Suspends the current thread for approximately the requested duration.
Parameters
nuint
timeoutMs
The number of milliseconds to wait. A value of 0 returns immediately.
Generated with campc 0.11.0-preview.1.
void sleep(nuint timeoutMs)Suspends the current thread for approximately the requested duration.
The number of milliseconds to wait. A value of 0 returns immediately.
Generated with campc 0.11.0-preview.1.