ParallelStart Method |
Name | Description | |
---|---|---|
Start(Action) |
Creates and starts a task to execute the given work.
| |
StartT(FuncT) |
Creates and starts a task which executes the given function and stores the result for later
retrieval.
| |
Start(IWork) |
Creates and starts a task to execute the given work.
| |
Start(Action, WorkOptions) |
Creates and starts a task to execute the given work.
| |
Start(Action, Action) |
Creates and starts a task to execute the given work.
| |
StartT(FuncT, WorkOptions) |
Creates an starts a task which executes the given function and stores the result for later
retrieval.
| |
StartT(FuncT, Action) |
Creates and starts a task which executes the given function and stores the result for later
retrieval.
| |
Start(IWork, Action) |
Creates and starts a task to execute the given work.
| |
Start(Action, WorkOptions, Action) |
Creates and starts a task to execute the given work.
| |
StartT(FuncT, WorkOptions, Action) |
Creates and starts a task which executes the given function and stores the result for later
retrieval.
|