Support ValueOption in FsToolkit.Errorhandling.asyncOption
Opened this issue · 3 comments
Xyncgas commented
currently we can use let! x =
with say int option
but not int voption
it seems voptions can reduce memory allocation with option types
TheAngryByrd commented
Yep I agree this is a good idea. Would you like to submit a pull request for it?
Xyncgas commented
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
Xyncgas commented
in the future