We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac212e8 commit a1ac013Copy full SHA for a1ac013
src/Std/Sync/Context.lean
@@ -16,8 +16,8 @@ public import Std.Internal.Async.Select
16
public section
17
18
/-!
19
-This module provides the `Context` type for hierarchical cancellation management with a tree-structured
20
-cancellation context where cancelling a parent automatically cancels all child contexts.
+This module provides a tree-structured cancellation context called `Context` where cancelling a parent
+automatically cancels all child contexts.
21
-/
22
23
namespace Std
0 commit comments