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.