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

Method CompletionGuard

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

Source from the content-addressed store, hash-verified

481
482struct CompletionGuard {
483 explicit CompletionGuard(std::atomic<bool> &isDone_) : isDone(isDone_) {}
484 CompletionGuard(const CompletionGuard &) = delete;
485 CompletionGuard &operator=(const CompletionGuard &) = delete;
486 CompletionGuard(CompletionGuard &&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected