Utilities for thread
David Hsing
Sleeps current thread for a specified amount of time
The amount of time to sleep, in microseconds
a promise that could be resolved
sleep(200);sleep().then(() => {}); Copy
sleep(200);sleep().then(() => {});
Utilities for thread
Author
David Hsing