C++ Actor Framework 1.0.0
|
Wraps configuration parameters for starting clients. More...
#include <server_config.hpp>
Classes | |
class | lazy |
Configuration for a server that creates the socket on demand. More... | |
class | socket |
Configuration for a server that uses a user-provided socket. More... | |
Public Types | |
using | lazy_t = server_config_tag<lazy> |
using | socket_t = server_config_tag<error> |
using | fail_t = server_config_tag<error> |
Static Public Attributes | |
static constexpr auto | lazy_v = lazy_t{} |
static constexpr auto | socket_v = socket_t{} |
static constexpr auto | fail_v = fail_t{} |
Wraps configuration parameters for starting clients.