Jack

Results 2 comments of Jack

Hello! I was having a look at this, and I had an idea: How about instead of raising the error directly as in #288, you cancel the [actor nursery](https://github.com/goodboy/tractor/blob/master/tractor/_spawn.py#L347) itself?...

Let's see if I understand the issue: - Task A raises an error - it goes through `exhaust_portal` via `cancel_on_completion` - the error is collected for propagation - the actor...