Deferred Action
Represents a deferred action that combines a Deferred value with a callback to be executed on that value.
Parameters
deferred
The deferred value to await
callback
The suspending function to apply to the deferred value
Type Parameters
T
The type of the deferred value
O
The type of the result after applying the callback