Documentation

Std.Internal.UV.Loop

Options for configuring the event loop behavior.

  • accumulateIdleTime : Bool

    Accumulate the amount of idle time the event loop spends in the event provider.

  • blockSigProfSignal : Bool

    Block a SIGPROF signal when polling for new events. It's commonly used for unnecessary wakeups when using a sampling profiler.

Instances For
    @[extern lean_uv_event_loop_configure]

    Configures the event loop with the specified options.

    @[extern lean_uv_event_loop_alive]

    Checks if the event loop is still active and processing events.