Property | Type | Description | |
---|---|---|---|
mainThreadQueue | BlockingCollection |
Method | Description | |
---|---|---|
ExecuteTask ( Task task ) : void |
Method | Description | |
---|---|---|
GetScheduledTasks ( ) : IEnumerable |
||
QueueTask ( Task task ) : void | ||
TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool |
protected GetScheduledTasks ( ) : IEnumerable |
||
return | IEnumerable |
protected TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool | ||
task | Task | |
taskWasPreviouslyQueued | bool | |
return | bool |