qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
qb::io::use< _Derived >::tcp Struct Reference

Provides type aliases for TCP-based asynchronous components. More...

#include <async.h>

Public Types

using acceptor = async::tcp::acceptor<_Derived, transport::accept>
template<typename _Client>
using io_handler = async::io_handler<_Derived, _Client>
template<typename _Client>
using server = async::tcp::server<_Derived, _Client, transport::accept>
template<typename _Server = void>
using client = async::tcp::client<_Derived, transport::tcp, _Server>

Detailed Description

template<typename _Derived>
struct qb::io::use< _Derived >::tcp

Provides type aliases for TCP-based asynchronous components.