StephenCleary / AsyncEx

A helper library for async/await.
MIT License
3.52k stars 356 forks source link

Ignore but unwrap exception? #244

Closed azhe403 closed 1 year ago

azhe403 commented 2 years ago

Something like Ignore but unwrap exception. Are available like that?

StephenCleary commented 2 years ago

I'm not clear what the request is here. If it's being ignored, then the exception will be ignored, so how does it matter whether it's unwrapped or not?

azhe403 commented 2 years ago

Run in background but keep get exceptions if any