C# Class BEPUphysics.Threading.ParallelLoopWorker

Inheritance: IDisposable
Show file Open project: Indiefreaks/igf

Public Methods

Method Description
Dispose ( ) : void

Disposes the worker.

Private Methods

Method Description
ParallelLoopWorker ( ParallelLoopManager manager, Action threadStart, object initializationInformation ) : System
Work ( ) : void

Method Details

Dispose() public method

Disposes the worker.
public Dispose ( ) : void
return void