Skip to content

Commit add268b

Browse files
committed
chore: improve docs
1 parent ff459a3 commit add268b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Std/Internal/UV.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ structure Loop.Options where
2323
accumulateIdleTime : Bool := False
2424

2525
/--
26-
Block a signal when polling for new events
26+
Block a SIGPROF signal when polling for new events. It's commonly used for unnecessary wakeups
27+
when using a sampling profiler.
2728
-/
2829
blockSigProfSignal : Bool := False
2930

0 commit comments

Comments
 (0)