Method | Description | |
---|---|---|
RunTask ( System.Action action ) : void | ||
RunTask ( Func |
Method | Description | |
---|---|---|
GetScheduledTasks ( ) : IEnumerable |
||
QueueTask ( Task task ) : void | ||
TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool |
Method | Description | |
---|---|---|
ActorTaskScheduler ( |
||
ExecuteTask ( Task task ) : void | ||
GetTaskException ( Task task ) : |
||
ScheduleTask ( Task task ) : void | ||
TryUnwrapAggregateException ( AggregateException aggregateException ) : |
protected GetScheduledTasks ( ) : IEnumerable |
||
return | IEnumerable |
public static RunTask ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public static RunTask ( Func |
||
asyncAction | Func |
|
return | void |
protected TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool | ||
task | Task | |
taskWasPreviouslyQueued | bool | |
return | bool |