Property | Type | Description | |
---|---|---|---|
TaskQueue | ConcurrentQueue |
||
Workers | List |
Method | Description | |
---|---|---|
AddWorker ( ) : void | ||
Clear ( ) : void |
Clears all queued events.
|
|
NextEvent ( ) : System.Action | ||
Pend ( System.Action evt ) : void | ||
RemoveWorker ( ) : void | ||
Start ( ) : void | ||
Start ( System.Action startEvent ) : void | ||
Stop ( ) : void |
public static Pend ( System.Action evt ) : void | ||
evt | System.Action | |
return | void |
public static Start ( System.Action startEvent ) : void | ||
startEvent | System.Action | |
return | void |
protected static ConcurrentQueue |
||
return | ConcurrentQueue |