-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Begin stubbing out win32 abstraction.
Win32 abstraction will use ReadDirectoryChanges with overlapped IO to get results. Some work will be required to allow for single file watches, as well as allow for recursive watching on Linux. Unfortunately, various operating systems have very differnet abstractions here. I would rather expose inotify, kqueue, and ReadDirectoryChanges fairly transparently before adding shims to make cross platform code easier.
- Loading branch information
Showing
1 changed file
with
112 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters