I have several operations in one queue and set dependency one by one. If one operation is failed, I hope to cancel all following operations. But after invoke [queue cancelAllOperations], the operations won't be removed from the queue or stop them. I have several operations in one queue and set