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 f25369d commit 159ffccCopy full SHA for 159ffcc
stdlib/public/Concurrency/Actor.cpp
@@ -238,7 +238,7 @@ static ExecutorRef swift_task_getCurrentExecutorImpl() {
238
}
239
240
#if defined(_WIN32)
241
-static _CFThreadRef __initialPthread = INVALID_HANDLE_VALUE;
+static HANDLE __initialPthread = INVALID_HANDLE_VALUE;
242
#endif
243
244
/// Determine whether we are currently executing on the main thread
0 commit comments