wakeful
Async sentry that allows a clean breakout from long await when program's state changes.
Async sentry that allows a clean breakout from long await when program's state changes.
Promise-based timeout
Simple wait/sleep function
``` npm i @cp1001/await-sleep; ```
Placeholder to an awesome upcoming package.
Placeholder to an awesome upcoming package.
relax! loop over array or object but with a time delay
Pause the execution the specifed number of milliseconds (Browser and Node).
Some commonly used js functions
Sleep - block execution of all JavaScript for N seconds or n micro-second
A very light-weight utility to keep a computer awake
Await some time.
Await some time.
A function that causes the current execution context to be suspended (thereby surrendering execution to any scheduled background tasks such as timeout, interval, and immediate events) for the specified duration. This is the ES2017 build.
A Promise implementation that supports automatic timeout rejection, and an asynchronouse function that starts an asynchronous timeout sequence which continues for a specified duration or until it is cancelled. This is the ES2017 build.
A minimalist asynchronous waiting method
generate runescape classic sleep screen words
Provides a method to wait for a given amount of time before returning a promise
A minimalist asynchronous waiting method
Returns a promise, which resolve after the specified sleep itme (ms)