|
join 1.0
lightweight network framework library
|
#include <join/io_operation.hpp>#include <join/reactor.hpp>#include <join/backoff.hpp>#include <join/thread.hpp>#include <join/queue.hpp>#include <utility>#include <vector>#include <sys/eventfd.h>#include <cerrno>#include "proactor_epoll_impl.hpp"

Go to the source code of this file.
Classes | |
| class | join::CompletionHandler |
| completion handler interface class. More... | |
| class | join::BasicProactor |
| basic proactor class. More... | |
| class | join::BasicProactorThread |
| Convenience class that owns a Proactor running on a dedicated background thread. More... | |
Namespaces | |
| namespace | join |
Typedefs | |
| using | join::Proactor = BasicProactor |
| using | join::ProactorThread = BasicProactorThread |