Skip to content

Commit

Permalink
chore: improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
algebraic-dev committed Dec 3, 2024
1 parent 096278c commit 7b60b9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Std/Internal/UV.lean
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ structure Loop.Options where
accumulateIdleTime : Bool := False

/--
Block a signal when polling for new events
Block a SIGPROF signal when polling for new events. It's commonly used for unnecessary wakeups
when using a sampling profiler.
-/
blockSigProfSignal : Bool := False

Expand Down

0 comments on commit 7b60b9d

Please sign in to comment.