|
join 1.0
lightweight network framework library
|
#include <join/io_operation.hpp>#include <join/function.hpp>#include <join/protocol.hpp>#include <system_error>#include <algorithm>#include <sys/socket.h>#include <cstddef>

Go to the source code of this file.
Classes | |
| struct | join::BasicAsyncWait< Protocol, Proactor > |
| asynchronous wait operation. More... | |
| struct | join::BasicAsyncAccept< Protocol, Proactor > |
| asynchronous accept operation. More... | |
| struct | join::BasicAsyncRead< Protocol, Proactor > |
| asynchronous read operation. More... | |
| struct | join::BasicAsyncWrite< Protocol, Proactor > |
| asynchronous write operation. More... | |
| struct | join::BasicAsyncOpTraits< Ops > |
| asynchronous operation traits. More... | |
Namespaces | |
| namespace | join |
Typedefs | |
| template<class Protocol , class Proactor > | |
| using | join::AsyncOp |
| asynchronous socket operation traits. | |