C# Class BEPUphysics.Threading.SimpleThreadManager.WorkerThread

Inheritance: IDisposable
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void