C# Class Akka.Dispatch.SingleThreadDispatcher

Class SingleThreadDispatcher.
Inheritance: MessageDispatcher
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
Detach ( ActorCell cell ) : void
Schedule ( System.Action run ) : void

Schedules the specified run.

Private Methods

Method Description
SingleThreadDispatcher ( MessageDispatcherConfigurator configurator, DedicatedThreadPoolSettings settings ) : System

Method Details

Detach() public method

public Detach ( ActorCell cell ) : void
cell Akka.Actor.ActorCell
return void

Schedule() public method

Schedules the specified run.
public Schedule ( System.Action run ) : void
run System.Action The run.
return void