[Common]Use folder_change_reader in file watcher to improve performance (#30827)

This commit is contained in:
Davide Giacometti
2024-01-12 16:23:00 +01:00
committed by GitHub
parent 4ce38d192d
commit 4f06f2a659
7 changed files with 52 additions and 45 deletions

View File

@@ -9,6 +9,7 @@
#include <wil/resource.h>
#include <wil/com.h>
#include <wil/filesystem.h>
#include <string_view>
#include <optional>