Skip to content

Introduing Win32 Filesystem Monitors etc

Pre-release
Pre-release
Compare
Choose a tag to compare
@EmJayGee EmJayGee released this 13 Jun 03:47
· 12 commits to main since this release

Add m::filesystem::monitor for win32 filesystem change monitoring

also m::threadpool for beginning access to the win32 threadpool, currently to create timers, non-periodic.

Linux support is mostly stubbed out right now. Will get to it later.

There is inode monitoring support in Linux (all? some?) but will start with periodic monitoring. The win32 case needs to handle periodic checksum based monitoring also which is not there.

If directory is not present, it's up to the client to decide how long to wait before trying again.

Really, lots of content.