Skip to content

Commit 4e72f9a

Browse files
committed
fix: docs
1 parent 10d9acb commit 4e72f9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Std/Sync/CancellationToken.lean

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ This module contains the implementation of `Std.CancellationToken`. `Std.Cancell
1919
cancellation primitive for signaling cancellation between tasks or threads. It supports both synchronous
2020
and asynchronous waiting, and is useful for cases where you want to notify one or more waiters
2121
that a cancellation has occurred.
22-
23-
When cancelled, all waiting consumers receive `true`. When unregistered normally, consumers receive `false`.
24-
Once cancelled, the token remains in a cancelled state and all future waits immediately return `true`.
2522
-/
2623

2724
namespace Std

0 commit comments

Comments
 (0)