Summary

Provides a way for us to cancel tasks after common async shit is executed.

Properties

CompletedTask
IsValid

Methods

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

Static Methods

Create
CreateLinkedTokenSource Create a token source, which will also be cancelled when sessions end
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.