lean4 icon indicating copy to clipboard operation
lean4 copied to clipboard

feat: introduce `CancellationContext` type for cancellation with context propagation

Open algebraic-dev opened this issue 3 months ago • 2 comments

This PR adds the Context type for cancellation with context propagation. It works by storing a tree of forks of the main context, providing a way to control cancellation.

algebraic-dev avatar Dec 03 '25 21:12 algebraic-dev