This commit is contained in:
Andrey Mironov 2015-09-25 16:37:53 +03:00
parent bd57afb76c
commit a5bf937335

View File

@ -67,7 +67,7 @@ protected:
{
Block res;
while (!res)
while (!res && !isCancelled())
{
if (!task && !getNewTask())
break;