PeanutButter
Loading...
Searching...
No Matches
PeanutButter.Async.TaskExtensions Class Reference

Convenience extensions. More...

Static Public Member Functions

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.

Detailed Description

Convenience extensions.

Member Function Documentation

◆ Using()

IFluentTaskRunnerContinuation< object > PeanutButter.Async.TaskExtensions.Using ( this Task task,
ITaskRunner taskRunner )
static

Uses the provided task runner for the task.

Parameters
task
taskRunner
Returns

◆ Using< T >()

IFluentTaskRunnerContinuation< T > PeanutButter.Async.TaskExtensions.Using< T > ( this Task< T > task,
ITaskRunner taskRunner )
static

Uses the provided task runner for the task.

Parameters
task
taskRunner
Returns

The documentation for this class was generated from the following file:
  • source/Async/PeanutButter.Async/TaskExtensions.cs