bindV
Last updated
Last updated
Namespace: FsToolkit.ErrorHandling
Like , but taking a ValueTask<'a>
as input
Function Signature:
Note: Many use-cases requiring bind
operations can also be solved using .
Continuing from the [Task.map2 example](../task/map2.md#example-1 and given the function
and assuming newPostRequestResult
has type ValueTask<NotifyNewPostRequest>
we can notify all followers using Task.bindV
as below: