Bitcoin Core 29.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
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 90 of file proxy-io.h.

Constructor & Destructor Documentation

◆ LoggingErrorHandler()

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

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

Member Function Documentation

◆ taskFailed()

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

Definition at line 45 of file proxy.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ m_loop

EventLoop& mp::LoggingErrorHandler::m_loop

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


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