Skip to content
Snippets Groups Projects
Commit b5662870 authored by noraabiakar's avatar noraabiakar Committed by Benjamin Cumming
Browse files

Threading exceptions (#595)

Propagate exceptions generated in `task_group` tasks on different threads in the threading backend, so that they are thrown on the main thread on `task_group.wait()`.

Add tests that verify that exceptions are propagated correctly.

Fixes #310.
parent ad26b114
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment