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