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