Searched defs:handler_base_ext (Results 1 – 2 of 2) sorted by relevance
14 struct handler_base_ext : handler_base struct17 void on_fork_error (Executor &, const std::error_code&) const {} in on_fork_error()20 void on_exec_setup (Executor &) const {} in on_exec_setup()23 void on_exec_error (Executor &, const std::error_code&) const {} in on_exec_error()
14 struct handler_base_ext : handler_base {}; struct