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

Function basic_writable_pipe

include/boost/asio/basic_writable_pipe.hpp:99–102  ·  view source on GitHub ↗

Construct a basic_writable_pipe without opening it. * This constructor creates a pipe without opening it. * * @param ex The I/O executor that the pipe will use, by default, to dispatch * handlers for any asynchronous operations performed on the pipe. */

Source from the content-addressed store, hash-verified

97 * handlers for any asynchronous operations performed on the pipe.
98 */
99 explicit basic_writable_pipe(const executor_type& ex)
100 : impl_(0, ex)
101 {
102 }
103
104 /// Construct a basic_writable_pipe without opening it.
105 /**

Callers 1

Calls 3

throw_errorFunction · 0.85
assignMethod · 0.45

Tested by

no test coverage detected