20 #ifndef MPD_INOTIFY_QUEUE_HXX
21 #define MPD_INOTIFY_QUEUE_HXX
34 std::list<std::string> queue;
40 void Enqueue(
const char *uri_utf8);
43 virtual void OnTimeout()
override;
This class monitors a timeout.
An event loop that polls for events on file/socket descriptors.
InotifyQueue(EventLoop &_loop, UpdateService &_update)
This class manages the update queue and runs the update thread.
void Enqueue(const char *uri_utf8)