packio
Classes | Namespaces | Functions
client.h File Reference

Class client. More...

#include <atomic>
#include <chrono>
#include <functional>
#include <memory>
#include <queue>
#include <string_view>
#include <type_traits>
#include <optional>
#include "internal/config.h"
#include "internal/manual_strand.h"
#include "internal/movable_function.h"
#include "internal/rpc.h"
#include "internal/utils.h"
#include "traits.h"

Go to the source code of this file.

Classes

class  packio::client< Rpc, Socket, Map >
 The client class. More...
 

Namespaces

 packio
 The packio namespace.
 

Functions

template<typename Rpc , typename Socket , template< class... > class Map = default_map>
auto packio::make_client (Socket &&socket)
 Create a client from a socket. More...
 

Detailed Description

Class client.