Wraps a promise that resolves after the given milliseconds. Uses setTimeout, so the same delay inaccuracies apply.
setTimeout
Shorthand to run the given action when the promise resolves.
Aborts the timeout by resolving the promise.
Aborts the timeout by rejecting the promise.
Wraps a promise that resolves after the given milliseconds. Uses
setTimeout
, so the same delay inaccuracies apply.