We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 977bf6f + 132ba89 commit 1f9dae1Copy full SHA for 1f9dae1
stdlib/public/Concurrency/GlobalExecutor.cpp
@@ -96,7 +96,7 @@ void (*swift::swift_task_checkIsolated_hook)(
96
swift_task_checkIsolated_original original) = nullptr;
97
98
extern "C" SWIFT_CC(swift)
99
- bool _task_serialExecutor_checkIsolated(
+ void _task_serialExecutor_checkIsolated(
100
HeapObject *executor,
101
const Metadata *selfType,
102
const SerialExecutorWitnessTable *wtable);
0 commit comments