Show / Hide Table of Contents

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 methods is null.

Extension Methods

Utility.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX