PeanutButter
|
Provides fluent continuation syntax. More...
Public Member Functions | |
Task | ContinueWith (Action< Task > next) |
Continue with the provided Action which returns a task. | |
Task< T2 > | ContinueWith< T2 > (Func< Task< T >, T2 > next) |
Continue with the provided func. |
Provides fluent continuation syntax.
T |
Task PeanutButter.Async.Interfaces.IFluentTaskRunnerContinuation< T >.ContinueWith | ( | Action< Task > | next | ) |
Continue with the provided Action which returns a task.
next |
Implemented in PeanutButter.Async.FluentTaskRunnerContinuation< T >.
Task< T2 > PeanutButter.Async.Interfaces.IFluentTaskRunnerContinuation< T >.ContinueWith< T2 > | ( | Func< Task< T >, T2 > | next | ) |
Continue with the provided func.
next |
T2 |
Implemented in PeanutButter.Async.FluentTaskRunnerContinuation< T >.