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