33 "Invalid number of transport threads.");
42 "Invalid number of callback threads.");
Class of exceptions in cpp-msgpack-rpc library.
std::size_t num_callback_threads_
Number of threads for callbacks.
ExecutorConfig()
Constructor.
std::size_t num_callback_threads() const noexcept
Get the number of threads for callbacks.
std::size_t num_transport_threads() const noexcept
Get the number of threads for transport.
std::size_t num_transport_threads_
Number of threads for transport.
Definition of ExecutorConfig class.
Definition of MsgpackRPCException class.
Namespace of configurations.
Definition of StatusCode enumeration.