44 bool add(
const std::filesystem::path &path,
45 tenno::vector<Event> events);
46 bool add(
const tenno::vector<std::filesystem::path> &paths,
47 tenno::vector<Event> events);
49 bool rm(
const std::filesystem::path &path);
50 bool rm(
const tenno::vector<std::filesystem::path> &path);
53 std::optional<std::filesystem::path> watch();
57 void* internal =
nullptr;