msleep
v1.0.4
Published
Small function that mimics the `usleep` C function, blocking the main thread.
Downloads
60
Readme
msleep
Small function that mimics the usleep
C function, blocking the main thread.
But instead of microseconds works with miliseconds, to feel more JS-like.
Useful for:
- Debugging race conditions
- Simulate blocked UI thread on the browser
Installation
npm install --save msleep
Usage
msleep(5000) // Will block the main thread for half a second
caiogondim.com · GitHub @caiogondim · Twitter @caio_gondim