Class TPLWorkDistributor
An IWorkDistributor that simply gives each method its own task using the Task Parallel Library.
Inheritance
TPLWorkDistributor
Assembly: SpiceSharp.dll
Syntax
public class TPLWorkDistributor : IWorkDistributor
Methods
Execute(IReadOnlyList<Action>)
Executes the specified methods.
Declaration
public void Execute(IReadOnlyList<Action> methods)
Parameters
Exceptions
Execute<R>(IReadOnlyList<Func<R>>)
Declaration
public R Execute<R>(IReadOnlyList<Func<R>> methods)
Parameters
Returns
Type Parameters
Implements
Extension Methods
See Also