Takes a promise p and returns a new one which rejects if p resolves or rejects, and otherwise resolves after the specified time.
p
Generated using TypeDoc
Takes a promise
p
and returns a new one which rejects ifp
resolves or rejects, and otherwise resolves after the specified time.