Searched defs:async_write_messages_implementation (Results 1 – 4 of 4) sorted by relevance
42 struct async_write_messages_implementation struct46 tcp::socket& socket_;51 std::unique_ptr<std::string> encoded_message_;54 std::size_t repeat_count_;57 std::unique_ptr<boost::asio::steady_timer> delay_timer_;61 enum { starting, waiting, writing } state_;76 void operator()(Self& self, in operator ()()
45 struct async_write_messages_implementation struct49 tcp::socket& socket_;54 std::unique_ptr<std::string> encoded_message_;57 std::size_t repeat_count_;60 std::unique_ptr<boost::asio::steady_timer> delay_timer_;63 boost::asio::coroutine coro_;78 void operator()(Self& self, in operator ()()