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