You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main Question is: should the async methods catch errors inside the task?
probably yes? no! The developer expects exceptions! exception should never catched implicitly!
a better option would be to have an extra method like AsyncSave
not sure to what extend this goes, but i need to do async ops on options
The text was updated successfully, but these errors were encountered: