Indexing cancellation: do not reset flag after throw in cancelcheck: other threads need it
This commit is contained in:
parent
8d71905c37
commit
276745c6dc
@ -45,7 +45,6 @@ class CancelCheck {
|
||||
}
|
||||
void checkCancel() {
|
||||
if (cancelRequested) {
|
||||
cancelRequested = false;
|
||||
throw CancelExcept();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user