Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
BEPUphysics
Threading
ThreadTaskManager.WorkerThread
C# Class BEPUphysics.Threading.ThreadTaskManager.WorkerThread
Inheritance:
IDisposable
Datei anzeigen
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