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.
1 parent 6f38910 commit 7845de8Copy full SHA for 7845de8
stdlib/public/BackDeployConcurrency/TaskGroup.cpp
@@ -846,7 +846,7 @@ PollResult TaskGroupImpl::poll(AsyncTask *waitingTask) {
846
}
847
848
// ==== 3) Add to wait queue -------------------------------------------------
849
- assert(assumed.readyTasks() == 0);
+ assert(assumed.readyTasks(this) == 0);
850
_swift_tsan_release(static_cast<Job *>(waitingTask));
851
while (true) {
852
if (!hasSuspended) {
0 commit comments