Comment by Luker88
1 day ago
I have vague memories of OSX kqueue not supporting all the usecases that FreeBSD kqueue does from many years ago.
Have they reached feature parity?
1 day ago
I have vague memories of OSX kqueue not supporting all the usecases that FreeBSD kqueue does from many years ago.
Have they reached feature parity?
I doubt it because applications, using kqueue, written for OSX can’t easily be ported to FreeBSD. ghostty is one such app.
Ghostty uses Mach ports on OS X in addition to kqueue. Source is here:
https://github.com/mitchellh/libxev/blob/main/src/backend/kq...