MCPcopy Create free account
hub / github.com/boostorg/asio / want_write

Method want_write

example/cpp11/nonblocking/third_party_lib.cpp:51–54  ·  view source on GitHub ↗

Returns true if the third party library wants to be notified when the socket is ready for writing.

Source from the content-addressed store, hash-verified

49 // Returns true if the third party library wants to be notified when the
50 // socket is ready for writing.
51 bool want_write() const
52 {
53 return state_ == writing;
54 }
55
56 // Notify that third party library that it should perform its write operation.
57 void do_write(boost::system::error_code& ec)

Callers 1

do_operationsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected