We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab2b28c + a1dbdd5 commit 2838208Copy full SHA for 2838208
stdlib/public/Concurrency/TaskPrivate.h
@@ -831,11 +831,6 @@ struct AsyncTask::PrivateStorage {
831
while (true) {
832
assert(oldStatus.getInnermostRecord() == NULL &&
833
"Status records should have been removed by this time!");
834
-
835
- // Don't assert !isStatusRecordLocked(). It can be legitimately true here,
836
- // for example if another thread is canceling this task right as it
837
- // completes.
838
839
assert(oldStatus.isRunning());
840
841
// Remove drainer, enqueued and override bit if any
0 commit comments