Bitcoin ABC 0.32.4
P2P Digital Currency
Classes
checkqueue.h File Reference
#include <sync.h>
#include <tinyformat.h>
#include <util/threadnames.h>
#include <algorithm>
#include <iterator>
#include <optional>
#include <vector>
Include dependency graph for checkqueue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CCheckQueue< T, R >
 The verifications are represented by a type T, which must provide an operator(), returning an std::optional<R>. More...
 
class  CCheckQueueControl< T, R >
 RAII-style controller object for a CCheckQueue that guarantees the passed queue is finished before continuing. More...