anyio icon indicating copy to clipboard operation
anyio copied to clipboard

Implement `CancelScope.cancelled_caught`

Open agronholm opened this issue 3 years ago • 2 comments

The CancelScope implementation on AnyIO mirrors that of trio 1:1, except for this particular property.

Relevant trio documentation here.

agronholm avatar Apr 10 '21 11:04 agronholm

@johnzeringue do you intend to work on this any further?

agronholm avatar Jul 05 '21 09:07 agronholm

@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.

johnzeringue avatar Jul 06 '21 18:07 johnzeringue

Closing in favor of #591, as it introduces a more useful property, deadline_reached.

agronholm avatar Jul 23 '23 09:07 agronholm