Thrill
0.1
|
#include <thrill/common/config.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/common/porting.hpp>
#include <thrill/mem/allocator.hpp>
#include <thrill/net/connection.hpp>
#include <thrill/net/dispatcher.hpp>
#include <thrill/net/exception.hpp>
#include <thrill/net/tcp/connection.hpp>
#include <thrill/net/tcp/select.hpp>
#include <thrill/net/tcp/socket.hpp>
#include <tlx/delegate.hpp>
#include <tlx/die.hpp>
#include <unistd.h>
#include <cerrno>
#include <chrono>
#include <csignal>
#include <deque>
#include <functional>
#include <vector>
Go to the source code of this file.
Classes | |
class | SelectDispatcher |
SelectDispatcher is a higher level wrapper for select(). More... | |
struct | SelectDispatcher::Watch |
callback vectors per watched file descriptor More... | |
Namespaces | |
thrill | |
thrill::net | |
thrill::net::tcp | |
Macros | |
#define | THRILL_NET_TCP_SELECT_DISPATCHER_HEADER |
#define THRILL_NET_TCP_SELECT_DISPATCHER_HEADER |
Definition at line 15 of file select_dispatcher.hpp.