MCPcopy Create free account
hub / github.com/citp/BlockSci / NextQueueFinishedEarlyException

Class NextQueueFinishedEarlyException

tools/parser/block_processor.cpp:495–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493};
494
495struct NextQueueFinishedEarlyException : public std::runtime_error {
496 NextQueueFinishedEarlyException() : std::runtime_error("Next queue finished early") {}
497};
498
499/* Single-producer/single-consumer fifo queues, pushing and popping is wait-free
500 * size of the ringbuffer is specified by boost::lockfree::capacity<>

Callers 2

pushMethod · 0.85
addNewBlocksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected