1 #ifndef UVW_FS_POLL_INCLUDE_H
2 #define UVW_FS_POLL_INCLUDE_H
39 static void startCallback(uv_fs_poll_t *handle,
int status,
const uv_stat_t *prev,
const uv_stat_t *curr);
42 using Time = std::chrono::duration<unsigned int, std::milli>;
60 void start(std::string file, Time interval);
72 std::string
path() noexcept;
80 #include "fs_poll.cpp"
83 #endif // UVW_FS_POLL_INCLUDE_H