anyio
anyio copied to clipboard
Implement `CancelScope.cancelled_caught`
The CancelScope
implementation on AnyIO mirrors that of trio 1:1, except for this particular property.
Relevant trio documentation here.
@johnzeringue do you intend to work on this any further?
@johnzeringue do you intend to work on this any further?
I probably don't have the time to continue working on it. I was unable to find a way to make this work.
Closing in favor of #591, as it introduces a more useful property, deadline_reached
.