Optional
The wait function used by runLater method to wait before running the callbacks.
runLater
Feel free to replace it with any other similar function that returns a Promise and waits for a while.
NodeTimer.setImmediate Copy
NodeTimer.setImmediate
https://nodejs.org/api/timers.html#timerspromisessetimmediatevalue-options
The wait function used by
runLater
method to wait before running the callbacks.Feel free to replace it with any other similar function that returns a Promise and waits for a while.