AsyncUtility.DelayAsync
public static Task DelayAsync(float secondDelay, CancellationToken token)
Async delay without using threading
Parameter | Description |
---|---|
secondDelay | Number of seconds to delay before returning |
token | A cancellation token to observe while waiting for the task to complete. |
Async delay without using threading
Parameter | Description |
---|---|
secondDelay | Number of seconds to delay before returning |