C# Class Akka.Dispatch.ActorTaskScheduler

Inheritance: System.Threading.Tasks.TaskScheduler
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
RunTask ( System.Action action ) : void
RunTask ( Func asyncAction ) : void

Protected Methods

Method Description
GetScheduledTasks ( ) : IEnumerable
QueueTask ( Task task ) : void
TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool

Private Methods

Method Description
ActorTaskScheduler ( ActorCell actorCell ) : System
ExecuteTask ( Task task ) : void
GetTaskException ( Task task ) : Exception
ScheduleTask ( Task task ) : void
TryUnwrapAggregateException ( AggregateException aggregateException ) : Exception

Method Details

GetScheduledTasks() protected method

protected GetScheduledTasks ( ) : IEnumerable
return IEnumerable

QueueTask() protected method

protected QueueTask ( Task task ) : void
task Task
return void

RunTask() public static method

public static RunTask ( System.Action action ) : void
action System.Action
return void

RunTask() public static method

public static RunTask ( Func asyncAction ) : void
asyncAction Func
return void

TryExecuteTaskInline() protected method

protected TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool
task Task
taskWasPreviouslyQueued bool
return bool