Readonly
isIndicates whether the promise has been settled (resolved or rejected) yet.
The deferred promise which can be awaited.
Call this to reject the deferred promise with the given reason.
Call this to resolve the deferred promise with the given value.
Creates a promise that can be resolved or rejected at any later time. It also includes indication on whether its been settled yet or not.
Example
Package
@augment-vir/common