Méthode | Description | |
---|---|---|
EventExecutorTaskScheduler ( IEventExecutor executor ) : System.Collections.Generic |
Méthode | Description | |
---|---|---|
GetScheduledTasks ( ) : IEnumerable |
||
QueueTask ( System.Threading.Tasks.Task task ) : void | ||
TryDequeue ( System.Threading.Tasks.Task task ) : bool | ||
TryExecuteTaskInline ( System.Threading.Tasks.Task task, bool taskWasPreviouslyQueued ) : bool |
public EventExecutorTaskScheduler ( IEventExecutor executor ) : System.Collections.Generic | ||
executor | IEventExecutor | |
Résultat | System.Collections.Generic |
protected GetScheduledTasks ( ) : IEnumerable |
||
Résultat | IEnumerable |
protected QueueTask ( System.Threading.Tasks.Task task ) : void | ||
task | System.Threading.Tasks.Task | |
Résultat | void |
protected TryDequeue ( System.Threading.Tasks.Task task ) : bool | ||
task | System.Threading.Tasks.Task | |
Résultat | bool |
protected TryExecuteTaskInline ( System.Threading.Tasks.Task task, bool taskWasPreviouslyQueued ) : bool | ||
task | System.Threading.Tasks.Task | |
taskWasPreviouslyQueued | bool | |
Résultat | bool |