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