Closed
Description
Extracted from #20580.
Most of the file system watching mechanism is abstracted across operating systems, however, the parts that deal with receiving events from file system changes require OS-specific implementations.
Line 324 in 1d20ff1
This issue is for the kqueue implementation, which covers most of the BSDs, including macOS.
Related: