PeanutButter
|
Provides a continuation point for another task with a result. More...
Public Member Functions | |
Task | With (Action< Task< T > > action) |
Provides a continuation point for another task with the a result. | |
Task< TNext > | With< TNext > (Func< Task< T >, TNext > func) |
Provides a continuation point for another task with the a result. |
Provides a continuation point for another task with a result.
Task PeanutButter.Async.Interfaces.IContinuation< T >.With | ( | Action< Task< T > > | action | ) |
Provides a continuation point for another task with the a result.
action |
Implemented in PeanutButter.Async.Continuation< T >.
Task< TNext > PeanutButter.Async.Interfaces.IContinuation< T >.With< TNext > | ( | Func< Task< T >, TNext > | func | ) |
Provides a continuation point for another task with the a result.
func |
Implemented in PeanutButter.Async.Continuation< T >.