Creates a Promise whose resolve and reject implementations are not yet provided.
Array A triplet with [Promise, resolve(T), reject()]
Returns a Promise that resolves after millis milliseconds
Wraps a Promise with a timeout, resolves to Left<"timeout"> on timeout or Right on completion.
Generated using TypeDoc
Creates a Promise whose resolve and reject implementations are not yet provided.