Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception handle #9

Open
xuubin opened this issue Sep 5, 2014 · 1 comment
Open

Exception handle #9

xuubin opened this issue Sep 5, 2014 · 1 comment
Assignees
Milestone

Comments

@xuubin
Copy link
Contributor

xuubin commented Sep 5, 2014

No description provided.

@xuubin xuubin added this to the 1.0.0 milestone Sep 5, 2014
@PBRCW
Copy link

PBRCW commented Jan 20, 2021

What precisely do you mean by this? I have solved a problem with exceptions, parallel execution (via pplx) and more exceptions when you have not picked the results of a query (As you surely know, a second exception when one is already happening results in a call to terminate - bang, you're dead). I did this by putting the queries in a RAII-style which picks the result and drops it when you not explicitely have picked it. Do you mean that? This could be implemented easily. I have put that yet externally, but it could be part of the library, why not?

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

No branches or pull requests

4 participants