Class ActionRunnable
Implements
Inherited Members
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public sealed class ActionRunnable : IRunnable
Constructors
| Edit this page View SourceActionRunnable(Action)
Creates a new thread pool work item that executes a delegate.
Declaration
public ActionRunnable(Action action)
Parameters
Type | Name | Description |
---|---|---|
Action | action | The delegate to execute |
Methods
| Edit this page View SourceRun()
Executes the task.
Declaration
public void Run()