mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
moving to resource managed cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
61dbb6168e
commit
32b6b2da44
41 changed files with 55 additions and 280 deletions
|
@ -35,6 +35,8 @@ public:
|
|||
bool inc(unsigned offset);
|
||||
uint64 count() const;
|
||||
|
||||
|
||||
bool cancel_flag_set() { return m_cancel; }
|
||||
void cancel() { m_cancel = true; }
|
||||
void reset_cancel() { m_cancel = false; }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue