Convenience extensions.
More...
|
static IFluentTaskRunnerContinuation< object > | Using (this Task task, ITaskRunner taskRunner) |
| Uses the provided task runner for the task.
|
static IFluentTaskRunnerContinuation< T > | Using< T > (this Task< T > task, ITaskRunner taskRunner) |
| Uses the provided task runner for the task.
|
◆ Using()
IFluentTaskRunnerContinuation< object > PeanutButter.Async.TaskExtensions.Using |
( |
this Task | task, |
|
|
ITaskRunner | taskRunner ) |
|
static |
Uses the provided task runner for the task.
- Parameters
-
- Returns
◆ Using< T >()
Uses the provided task runner for the task.
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- source/Async/PeanutButter.Async/TaskExtensions.cs