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
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.
The
Concurrent
exception introduced in #27 only implements theexcept Concurrent[E]:
matching, not any tools to conveniently work with the error: errors must be manually extracted fromerr.exceptions
.For example,
trio
allows to fetch individual, concrete exceptions by type and to split exception groups to handle them partially.The text was updated successfully, but these errors were encountered: