Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Indiefreaks
Xna
Threading
WorkStealingScheduler
C# Class Indiefreaks.Xna.Threading.WorkStealingScheduler
A "work stealing" work scheduler class. This can give much better performance than
SimpleScheduler
when tasks often launch sub-tasks.
Inheritance:
IWorkScheduler
Mostra file
Open project: Indiefreaks/igf
Class Usage Examples
Private Properties
Property
Type
Description
Public Methods
Method
Description
WorkStealingScheduler
( ) :
System
Creates a new instance of the
WorkStealingScheduler
class.
Method Details
WorkStealingScheduler()
public
method
Creates a new instance of the
WorkStealingScheduler
class.
public
WorkStealingScheduler
( ) :
System
return
System