WIP: Reconstruction of background processing.

This commit is contained in:
bubnikv 2018-10-23 15:27:31 +02:00
parent f33713e060
commit bded28f888
17 changed files with 273 additions and 229 deletions

View file

@ -96,6 +96,7 @@ public:
#endif
mtx.unlock();
cancel();
m_state[step] = INVALID;
mtx.lock();
}
return invalidated;