ActionExt ClassAction extensions.
Inheritance Hierarchy
System.Object
UltimateXR.Extensions.System.Threading.ActionExt
Namespace: UltimateXR.Extensions.System.Threading
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static class ActionExt
The ActionExt type exposes the following members.
Methods
Name | Description | |
---|---|---|
Loop | Executes repeatedly this Action, in the main thread, at rate until cancellation is requested with ct. | |
LoopThreaded | Executes repeatedly this Action, in a separated thread, at rate Hz until cancellation is requested using ct. | |
ToLoop | Creates a UxrLoopController which wraps a cancellable loop executing this Action in the main thread. | |
ToThreadedLoop | Creates a UxrLoopController which wraps a cancellable loop executing this Action in a separate thread. |