join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
io_operation.hpp File Reference
#include <sys/socket.h>
#include <cstdint>
Include dependency graph for io_operation.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  join::IoOperation
 Describes a single asynchronous operation submitted to the Proactor. More...
 
struct  join::IoOperation::AcceptData
 payload for accept. More...
 
struct  join::IoOperation::ConnectData
 payload for connect. More...
 
struct  join::IoOperation::RwData
 payload for read / read fixed / write / write fixed. More...
 
struct  join::IoOperation::MsgData
 payload for sendmsg / recvmsg. More...
 
struct  join::IoOperation::StreamData
 payload for recv / send. More...
 
union  join::IoOperation::Data
 

Namespaces

namespace  join