Exposes a method to run in parallel a IParallelRunnable.
public interface IParallelRunner :
System.IDisposable
Derived
↳ DefaultParallelRunner
Implements System.IDisposable
Properties | |
---|---|
DegreeOfParallelism | Gets the degree of parallelism used to run an IParallelRunnable. |
Methods | |
---|---|
Run(IParallelRunnable) | Runs the provided IParallelRunnable. |