Searched defs:on_error_ (Results 1 – 3 of 3) sorted by relevance
40 struct on_error_ : handler struct42 explicit on_error_(Handler handler) : handler_(handler) {} in on_error_() argument45 void on_error(Executor &e, const std::error_code &ec) in on_error()50 Handler handler_;
561 PosixEngineClosure* on_error_ = nullptr; variable
563 PosixEngineClosure* on_error_ = nullptr; variable