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