mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 13:23:09 +00:00
46c1f0e338
Add kqueue-based uvar notifier for BSD Tested under FreeBSD 13.3. This also works under all versions of macOS, and has some benefits over the current notifyd choice. Mutex is used because of the non-mut `notification_fd_became_readable()` `&self` reference, but contention is not expected. |
||
---|---|---|
.. | ||
inotify.rs | ||
kqueue.rs | ||
mod.rs | ||
notifyd.rs | ||
test_helpers.rs |