|
join 1.0
lightweight network framework library
|
#include <sys/socket.h>#include <cstdint>

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 |