| 37 | client_host_(std::move(_client_host)) { } |
| 38 | |
| 39 | void endpoint_manager_base::init(std::shared_ptr<routing_host> const& _local_message_handler) { |
| 40 | std::scoped_lock its_lock(mtx_); |
| 41 | local_message_handler_ = _local_message_handler; |
| 42 | } |
| 43 | |
| 44 | void endpoint_manager_base::start() { |
| 45 | std::scoped_lock its_lock(mtx_); |
no outgoing calls
no test coverage detected