Small function that mimics the `usleep` C function, blocking the main thread.
npm install msleepSmall 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
``shell`
npm install --save msleep
`js``
msleep(5000) // Will block the main thread for half a second
---
caiogondim.com ·
GitHub @caiogondim ·
Twitter @caio_gondim