Class Async
Provides utility methods for asynchronous operations.
public static class Async
- Inheritance
-
Async
- Inherited Members
Methods
DelayedRun(Action, int)
Executes an action after a specified delay.
public static void DelayedRun(Action action, int delayMs = 300)