Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | List of all members
CCriticalSection Class Reference

Wrapped boost mutex: supports recursive locking, but no waiting TODO: We should move away from using the recursive lock by default. More...

#include <sync.h>

Inheritance diagram for CCriticalSection:
[legend]
Collaboration diagram for CCriticalSection:
[legend]

Public Member Functions

 ~CCriticalSection ()
 

Detailed Description

Wrapped boost mutex: supports recursive locking, but no waiting TODO: We should move away from using the recursive lock by default.

Definition at line 92 of file sync.h.

Constructor & Destructor Documentation

◆ ~CCriticalSection()

CCriticalSection::~CCriticalSection ( )
inline

Definition at line 95 of file sync.h.


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