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 9726681 commit 743e56eCopy full SHA for 743e56e
stdlib/public/Concurrency/Task.cpp
@@ -948,7 +948,7 @@ static void resumeTaskAfterContinuation(AsyncTask *task,
948
949
// Make sure TSan knows that the resume call happens-before the task
950
// restarting.
951
- _swift_tsan_release(task);
+ _swift_tsan_release(static_cast<Job *>(task));
952
953
// The status should be either Pending or Awaited. If it's Awaited,
954
// which is probably the most likely option, then we should immediately
0 commit comments