bind
Last updated
Last updated
Namespace: FsToolkit.ErrorHandling
Function Signature:
Note: Many use-cases requiring bind
operations can also be solved using .
Continuing from the CancellableTaskResult.map2 example and given the function
We can notify all followers using CancellableTaskResult.bind
as below: