Skip to content

Commit 49ba546

Browse files
committed
fix: docs
1 parent eac8a3d commit 49ba546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Std/Internal/Async/Signal.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ def stop (s : Signal.Waiter) : IO Unit :=
238238
s.native.stop
239239

240240
/--
241-
Create a `Selector` that resolves once `s` has received the signal. Note that calling this function will
242-
only be started if used with `Selectable.one` or `Selectable.combine`.
241+
Create a `Selector` that resolves once `s` has received the signal. Note that calling this function
242+
does not start the signal waiter.
243243
-/
244244
def selector (s : Signal.Waiter) : Selector Unit :=
245245
{

0 commit comments

Comments
 (0)