Class ActionRunnable
Implements
Inherited Members
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public sealed class ActionRunnable : IRunnable
Constructors
| Improve this Doc 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
| Improve this Doc View SourceRun()
Declaration
public void Run()