| Class | Description |
|---|---|
| Promised<T> |
A logical value that will be available later, that promises can be created for.
|
| Exception | Description |
|---|---|
| Promised.AlreadySuppliedException |
Thrown if an attempt is made to supply the value/result after it has already been supplied.
|