Take ownership of a connection and disconnect it when this object is destroyed.

Synopsis

Declared in <util/btcsignals.h>

explicit
scoped_connection(connection rhs) noexcept;

Parameters

Name

Description

rhs

The connection to manage.

Created with MrDocs