Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 293 Bytes

58.misc.rst

File metadata and controls

4 lines (4 loc) · 293 Bytes

The plumbing of Trio's cancellation system has been substantially overhauled to improve performance and ease future planned improvements. Notably, there is no longer any internal concept of a "cancel stack", and checkpoints now take constant time regardless of the cancel scope nesting depth.