mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-11 19:37:48 +08:00
![]() 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 |