Method | Description | |
---|---|---|
EventExecutorTaskScheduler ( IEventExecutor executor ) : System.Collections.Generic |
Method | 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 | |
return | System.Collections.Generic |
protected GetScheduledTasks ( ) : IEnumerable |
||
return | IEnumerable |
protected QueueTask ( System.Threading.Tasks.Task task ) : void | ||
task | System.Threading.Tasks.Task | |
return | void |
protected TryDequeue ( System.Threading.Tasks.Task task ) : bool | ||
task | System.Threading.Tasks.Task | |
return | bool |
protected TryExecuteTaskInline ( System.Threading.Tasks.Task task, bool taskWasPreviouslyQueued ) : bool | ||
task | System.Threading.Tasks.Task | |
taskWasPreviouslyQueued | bool | |
return | bool |