C# Class BEPUphysics.Threading.SimpleThreadManager.WorkerThread

Inheritance: IDisposable
ファイルを表示 Open project: Indiefreaks/igf

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
EnqueueTask ( Action task, object taskInformation ) : void
ShutDownThread ( ) : void
ThreadExecutionLoop ( ) : void
WorkerThread ( SimpleThreadManager manager, Action threadStart, object initializationInformation ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void