Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
BEPUphysics
Threading
ThreadTaskManager.WorkerThread
C# Class BEPUphysics.Threading.ThreadTaskManager.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
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
méthode
public
Dispose
( ) :
void
Résultat
void