You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(kqueue): support iOS mach_port operations (#204)
iOS uses mach_ports like macOS but was incorrectly excluded because the
code checked for `.macos` instead of `.isDarwin()`.
This fixes crashes when using libxev's kqueue backend on iOS.
0 commit comments