Class AsyncHelper.Multithreaded
- Namespace
- Vintagestory.API.Util
- Assembly
- VintagestoryAPI.dll
public class AsyncHelper.Multithreaded
- Inheritance
-
AsyncHelper.Multithreaded
- Inherited Members
-
- Extension Methods
-
Fields
activeThreads
protected volatile int activeThreads
Field Value
- int
Methods
OnWorkerThread(Action)
protected void OnWorkerThread(Action task)
Parameters
task
Action
ResetThreading()
protected void ResetThreading()
StartWorkerThread(Action)
protected void StartWorkerThread(Action task)
Parameters
task
Action
WorkerThreadsInProgress()
protected bool WorkerThreadsInProgress()
Returns
- bool