10 #ifndef SEARCHCANCELLATION_H 11 #define SEARCHCANCELLATION_H 37 static void setFlag(std::atomic<bool>* flag);
43 static std::atomic<bool>* getFlag();
57 static bool shouldCancel();
85 #endif // SEARCHCANCELLATION_H RAII guard for automatic cancellation flag management.
Definition: SearchCancellation.h:71
Definition: AbstractAllTermDocs.h:12
Global search cancellation context using thread-local storage.
Definition: SearchCancellation.h:31