![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <boost/thread/mutex.hpp>
#include <boost/thread/locks.hpp>
#include <boost/thread/condition_variable.hpp>
#include <vector>
#include <algorithm>
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... | |