join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
proactor.hpp File Reference
#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"
Include dependency graph for proactor.hpp:
This graph shows which files directly or indirectly include this file:

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