// Small utility surface used by the vmm + device layers.
//
// Scoped intentionally: epoll/eventfd shims that wrap the macOS
// kqueue primitives (EVFILT_USER for eventfd-equivalent wakeups,
// kevent for epoll-equivalent readiness). Kept small and focused
// rather than a kitchen-sink crate.