eve.core.kqueue.loop

kqueue Layer 1 event loop built on the kqueue Layer 0 backend.

This module provides the kqueue-specific implementation of EventLoop using EVFILT_SIGNAL for signals, EVFILT_USER for cross-thread wakeups, and a timer wheel for timer management.

Unittests for this module should be in tests/ut/eve/core/kqueue/loop.d.

No exported symbols.