Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Async OnException #397

Open
akashlal opened this issue Dec 17, 2018 · 1 comment
Open

Async OnException #397

akashlal opened this issue Dec 17, 2018 · 1 comment
Assignees

Comments

@akashlal
Copy link
Contributor

Currently the OnException callback isn't async. It cannot be because it is called in a when clause, as the thrown exception is being propagated up the call stack. An alternative solution is to have another (async) callback that is invoked when the user decide to handle the exception. This is prototyped on the branch AsyncOnException (needs more tests).

@akashlal akashlal self-assigned this Jul 26, 2019
@akashlal
Copy link
Contributor Author

Alternative is to use throw instead of "throw ex". Page 1 and Page 2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant