|
packio
|
#include <memory>#include "dispatcher.h"#include "internal/config.h"#include "internal/log.h"#include "internal/utils.h"#include "server_session.h"#include "traits.h"Go to the source code of this file.
Classes | |
| class | packio::server< Rpc, Acceptor, Dispatcher > |
| The server class. More... | |
Namespaces | |
| packio | |
| The packio namespace. | |
Functions | |
| template<typename Rpc , typename Acceptor , typename Dispatcher = dispatcher<Rpc>> | |
| auto | packio::make_server (Acceptor &&acceptor) |
| Create a server from an acceptor. More... | |
Class server.