Custom Unity type that can be awaited and used as an async return type in the C# asynchronous programming model.
| Method | Description |
|---|---|
| Cancel | Cancel the awaitable. If the awaitable is being awaited, the awaiter will get a System.OperationCanceledException. |