MCPcopy Create free account
hub / github.com/boostorg/beast / handler

Method handler

include/boost/beast/core/impl/basic_stream.hpp:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 handler(
93 Executor2 const& ex2,
94 boost::shared_ptr<impl_type> const& sp)
95 : boost::empty_value<Executor2>(
96 boost::empty_init_t{}, ex2)
97 , wp(sp)
98 {
99 }
100
101 void
102 operator()(error_code ec)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected