C# Class Akka.Dispatch.SingleThreadDispatcher

Class SingleThreadDispatcher.
Inheritance: MessageDispatcher
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
Detach ( ActorCell cell ) : void
Schedule ( System.Action run ) : void

Schedules the specified run.

Private Methods

Méthode Description
SingleThreadDispatcher ( MessageDispatcherConfigurator configurator, DedicatedThreadPoolSettings settings ) : System

Method Details

Detach() public méthode

public Detach ( ActorCell cell ) : void
cell Akka.Actor.ActorCell
Résultat void

Schedule() public méthode

Schedules the specified run.
public Schedule ( System.Action run ) : void
run System.Action The run.
Résultat void