Home
last modified time | relevance | path

Searched defs:async_write_messages_implementation (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/asio/example/cpp11/operations/
Dcomposed_7.cpp42 struct async_write_messages_implementation struct
46 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 ()()
Dcomposed_8.cpp45 struct async_write_messages_implementation struct
49 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 ()()
/third_party/boost/doc/html/boost_asio/example/cpp11/operations/
Dcomposed_7.cpp42 struct async_write_messages_implementation struct
46 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 ()()
Dcomposed_8.cpp45 struct async_write_messages_implementation struct
49 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 ()()