ignore
AsyncResult.ignore
Namespace: FsToolkit.ErrorHandling
Function Signature:
This is a shortcut for AsyncResult.map ignore
.
Examples
Example 1
We can call this with the do!
syntax inside a computation expression using AsyncResult.ignore
as below:
Last updated