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

Helper object to attach to a promise and update a CancelMonitor. More...

#include <util.h>

Collaboration diagram for mp::CancelProbe:
[legend]

Public Member Functions

 CancelProbe (CancelMonitor &monitor)
 ~CancelProbe ()

Public Attributes

CancelMonitorm_monitor

Detailed Description

Helper object to attach to a promise and update a CancelMonitor.

Definition at line 304 of file util.h.

Constructor & Destructor Documentation

◆ CancelProbe()

mp::CancelProbe::CancelProbe ( CancelMonitor & monitor)
inline

Definition at line 307 of file util.h.

Here is the call graph for this function:

◆ ~CancelProbe()

mp::CancelProbe::~CancelProbe ( )
inline

Definition at line 312 of file util.h.

Member Data Documentation

◆ m_monitor

CancelMonitor* mp::CancelProbe::m_monitor

Definition at line 316 of file util.h.


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