FsToolkit.ErrorHandling
FsToolkit.ErrorHandling copied to clipboard
Add Async<'value voption> support to asyncOptionCE
We can currently use let! to bind to either option or value option in option {} computation expression, I am making asyncOption to be able to do this too, it couldn't before I made it to.
it does so by converting your voption to option, which is how OptionCE does it https://github.com/demystifyfp/FsToolkit.ErrorHandling/issues/225#issuecomment-1665588509
Added tests