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

Concurrent exception handling API #30

Open
maxfischer2781 opened this issue Sep 3, 2019 · 0 comments
Open

Concurrent exception handling API #30

maxfischer2781 opened this issue Sep 3, 2019 · 0 comments

Comments

@maxfischer2781
Copy link
Contributor

The Concurrent exception introduced in #27 only implements the except Concurrent[E]: matching, not any tools to conveniently work with the error: errors must be manually extracted from err.exceptions.

For example, trio allows to fetch individual, concrete exceptions by type and to split exception groups to handle them partially.

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

No branches or pull requests

1 participant