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

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.