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 f3acfec commit aab2664Copy full SHA for aab2664
GRDB/Core/DispatchQueueActor.swift
@@ -43,3 +43,7 @@ private final class DispatchQueueExecutor: SerialExecutor {
43
dispatchPrecondition(condition: .onQueue(queue))
44
}
45
46
+
47
+#if os(Linux)
48
+ extension DispatchQueueExecutor: @unchecked Sendable {}
49
+#endif
0 commit comments