8 #ifndef BOOSTER_AIO_TYPES_H 9 #define BOOSTER_AIO_TYPES_H 11 #include <booster/config.h> 31 #ifdef BOOSTER_DOXYGEN_DOCS 41 #elif defined BOOSTER_WIN32 42 typedef unsigned native_type;
43 static const unsigned invalid_socket = (unsigned)(-1);
45 typedef int native_type;
46 static const int invalid_socket = -1;
87 static const int in = 1 << 0;
88 static const int out = 1 << 1;
89 static const int err = 1 << 2;
socket_type
Definition: types.h:77
the struct that collects multiple event types for polling.
Definition: types.h:86
Definition: callback.h:18
static const native_type invalid_socket
Definition: types.h:39
family_type
Definition: types.h:68
unspecified native_type
Definition: types.h:29
Booster library namespace. The library that implements Boost Like API in ABI backward compatible way...
Definition: application.h:23
this is the central event loop that dispatches all requests.
Definition: io_service.h:37