| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected