메소드 | 설명 | |
---|---|---|
RunTask ( System.Action action ) : void | ||
RunTask ( Func |
메소드 | 설명 | |
---|---|---|
GetScheduledTasks ( ) : IEnumerable |
||
QueueTask ( Task task ) : void | ||
TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool |
메소드 | 설명 | |
---|---|---|
ActorTaskScheduler ( |
||
ExecuteTask ( Task task ) : void | ||
GetTaskException ( Task task ) : |
||
ScheduleTask ( Task task ) : void | ||
TryUnwrapAggregateException ( AggregateException aggregateException ) : |
public static RunTask ( System.Action action ) : void | ||
action | System.Action | |
리턴 | void |
protected TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool | ||
task | Task | |
taskWasPreviouslyQueued | bool | |
리턴 | bool |