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 ce619e9 + 420e85d commit 3d36bdeCopy full SHA for 3d36bde
stdlib/public/Concurrency/AsyncLet.cpp
@@ -44,7 +44,7 @@ class AsyncLetImpl: public ChildTaskStatusRecord {
44
// TODO: more additional flags here, we can use them for future optimizations.
45
// e.g. "was awaited on" or "needs free"
46
47
- friend class AsyncTask;
+ friend class ::swift::AsyncTask;
48
49
public:
50
explicit AsyncLetImpl(AsyncTask* task)
stdlib/public/Concurrency/TaskGroup.cpp
@@ -292,7 +292,7 @@ class TaskGroupImpl: public TaskGroupTaskStatusRecord {
292
/// or `nullptr` if no task is currently waiting.
293
std::atomic<AsyncTask *> waitQueue;
294
295
296
297
298
explicit TaskGroupImpl()
0 commit comments