Computation Expression
TaskResult Computation Expression
Namespace: FsToolkit.ErrorHandling
Examples
Example 1
The initial motivating example is perhaps more realistic if some functions are asynchronous. Given the following functions:
A login flow can be implemented as below using the taskResult
CE and a few helpers:
Last updated