Interface IRunnable
An asynchronous operation will be executed by a MessageDispatcher.
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public interface IRunnable
Methods
| Improve this Doc View SourceRun()
Executes the task.
Declaration
void Run()