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 e6aee25 commit 7eeabd9Copy full SHA for 7eeabd9
stdlib/public/Concurrency/Task.cpp
@@ -179,7 +179,7 @@ const void *const swift::_swift_concurrency_debug_asyncTaskMetadata =
179
180
/// The function that we put in the context of a simple task
181
/// to handle the final return.
182
-SWIFT_CC(swift)
+SWIFT_CC(swiftasync)
183
static void completeTask(AsyncTask *task, ExecutorRef executor,
184
SWIFT_ASYNC_CONTEXT AsyncContext *context) {
185
// Tear down the task-local allocator immediately;
0 commit comments