MPD
0.20.15
|
#include "check.h"
#include "thread/Id.hxx"
#include "Compiler.h"
#include "PollGroup.hxx"
#include "thread/Mutex.hxx"
#include "WakeFD.hxx"
#include "SocketMonitor.hxx"
#include <chrono>
#include <list>
#include <set>
#include <assert.h>
Go to the source code of this file.
Data Structures | |
class | EventLoop |
An event loop that polls for events on file/socket descriptors. More... | |