bind
('a -> CancellableValueTask<Result<'b, 'c>>)
-> CancellableValueTask<Result<'a, 'c>>
-> CancellableValueTask<Result<'b, 'c>>Examples
Example 1
let notifyFollowers : NotifyNewPostRequest -> CancellableValueTask<Result<unit,exn>>newPostRequestResult |> CancellableValueTaskResult.bind notifyFollowersLast updated