Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <logging.h>
#include <sync.h>
#include <tinyformat.h>
#include <util/threadnames.h>
#include <algorithm>
#include <iterator>
#include <optional>
#include <vector>
Go to the source code of this file.
Classes | |
class | CCheckQueue< T, R > |
Queue for verifications that have to be performed. More... | |
class | CCheckQueueControl< T, R > |
RAII-style controller object for a CCheckQueue that guarantees the passed queue is finished before continuing. More... | |