the duration to wait in milliseconds
Returns a promise that resolves after the given duration.
If a signal is provided and is aborted before the duration has elapsed,
then the promise is rejected with signal.reason.
the duration to wait in milliseconds
Returns a promise that resolves after the given duration.
If a signal is provided and is aborted before the duration has elapsed,
then the promise is rejected with signal.reason.
the duration to wait in milliseconds
Returns a promise that resolves after the given duration.
If a signal is provided and is aborted before the duration has elapsed, then the promise is rejected with
signal.reason.