Table of Contents

Class Async

Namespace
RisingV.Shared.Utils
Assembly
RisingV.Shared.dll

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)

Parameters

action Action

The action to execute.

delayMs int

The delay in milliseconds before executing the action.