Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
mp::LoggingErrorHandler Class Reference

Handler for kj::TaskSet failed task events. More...

#include <proxy-io.h>

Inheritance diagram for mp::LoggingErrorHandler:
[legend]
Collaboration diagram for mp::LoggingErrorHandler:
[legend]

Public Member Functions

 LoggingErrorHandler (EventLoop &loop)
void taskFailed (kj::Exception &&exception) override

Public Attributes

EventLoopm_loop

Detailed Description

Handler for kj::TaskSet failed task events.

Definition at line 118 of file proxy-io.h.

Constructor & Destructor Documentation

◆ LoggingErrorHandler()

mp::LoggingErrorHandler::LoggingErrorHandler ( EventLoop & loop)
inline

Definition at line 121 of file proxy-io.h.

Member Function Documentation

◆ taskFailed()

void mp::LoggingErrorHandler::taskFailed ( kj::Exception && exception)
override

Definition at line 43 of file proxy.cpp.

Member Data Documentation

◆ m_loop

EventLoop& mp::LoggingErrorHandler::m_loop

Definition at line 123 of file proxy-io.h.


The documentation for this class was generated from the following files: