| CompletedTask | |
| IsValid |
| Delay | A task that does nothing for given amount of time in milliseconds. |
| DelayRealtime | |
| DelayRealtimeSeconds | |
| DelaySeconds | A task that does nothing for given amount of time in seconds. |
| FixedUpdate | Wait until the next fixed update |
| Frame | Wait until the start of the next frame |
| FrameEnd | Wait until the end of the frame |
| FromCanceled | |
| FromException | |
| FromResult | |
| MainThread | Continues on the main thread. |
| RunInThreadAsync | |
| WaitAll | |
| WaitAny | |
| WhenAll | |
| WhenAny | |
| WorkerThread | Continues on a worker thread. |
| Yield |
| Create | |
| CreateLinkedTokenSource | Create a token source, which will also be cancelled when sessions end |