Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.SpoolingTaskBase Class Referenceabstract

Protected Member Functions

 SpoolingTaskBase (int taskIndex, QueryTaskGroupState groupState)
 
override void Work ()
 
void SpoolingWork ()
 
virtual void SpoolingFinally ()
 

Protected Attributes

int _taskIndex
 
QueryTaskGroupState _groupState
 

Package Functions

Task RunSynchronously (TaskScheduler taskScheduler)
 
Task RunAsynchronously (TaskScheduler taskScheduler)
 

Private Member Functions

void BaseWork (object unused)
 

Static Private Member Functions

static void RunTaskSynchronously (object o)
 

Static Private Attributes

static readonly Action< object > s_runTaskSynchronouslyDelegate = RunTaskSynchronously
 
static readonly Action< object > s_baseWorkDelegate
 

Detailed Description

Definition at line 3 of file SpoolingTaskBase.cs.


The documentation for this class was generated from the following file: