Fabcoin Core  0.16.2
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 91 of file sync.h.

Constructor & Destructor Documentation

CCriticalSection::~CCriticalSection ( )
inline

Definition at line 94 of file sync.h.


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