#include <nmstl/internal.h>
#include <nmstl/ntime>
#include <nmstl/thread>
#include <nmstl/io>
#include <sys/time.h>
#include <unistd.h>
#include <cassert>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <vector>
#include <set>
Compounds | |
class | io_event_loop |
An event loop that multiplexes a set of handlers. More... | |
class | io_handler |
A handler that receives notifications on events on a file descriptor. More... | |
class | wake_handler |
struct | lttimerref |
class | timer |
An object that may be attached to an event loop to cause its fire() method to be called at a particular time. More... | |
Variables | |
NMSTL_NAMESPACE_BEGIN | |
NMSTL_NAMESPACE_END |
|
|
|
|