C# Class BEPUphysics.Threading.ThreadTaskManager.WorkerThread

Inheritance: IDisposable
Mostra file Open project: Indiefreaks/igf

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
EnqueueTask ( Action task, object taskInformation ) : void
ThreadExecutionLoop ( ) : void
TrySteal ( int victim, TaskEntry &task ) : bool
UpdateIndex ( int newIndex ) : void
WorkerThread ( int index, ThreadTaskManager manager, Action threadStart, object initializationInformation ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void