demystifyfp/FsToolkit.ErrorHandling

Support ValueOption in FsToolkit.Errorhandling.asyncOption

Opened this issue · 3 comments

currently we can use let! x = with say int option but not int voption
it seems voptions can reduce memory allocation with option types

Yep I agree this is a good idea. Would you like to submit a pull request for it?

Maybe instead of making it possible by doing what OptionCE did, I can make asyncOption CE to use voption instead of converting voption to option

in the future