Interface IWorkDistributor
A distributor of work that can be done in parallel.
Namespace: SpiceSharp.Components
Assembly: SpiceSharp.dll
Syntax
public interface IWorkDistributor
Methods
Execute(IReadOnlyList<Action>)
Executes the specified methods.
Declaration
void Execute(IReadOnlyList<Action> methods)
Parameters
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<Action> | methods | The methods to be executed. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if |