Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
checkqueue.h File Reference
#include <sync.h>
#include <algorithm>
#include <vector>
#include <boost/thread/condition_variable.hpp>
#include <boost/thread/mutex.hpp>


Go to the source code of this file.
Classes | |
class | CCheckQueueControl< T > |
RAII-style controller object for a CCheckQueue that guarantees the passed queue is finished before continuing. More... | |
class | CCheckQueue< T > |
Queue for verifications that have to be performed. More... | |
class | CCheckQueueControl< T > |
RAII-style controller object for a CCheckQueue that guarantees the passed queue is finished before continuing. More... | |