We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e784b10 commit c8f0328Copy full SHA for c8f0328
1 file changed
GRDB/Core/DispatchQueueActor.swift
@@ -48,6 +48,6 @@ private final class DispatchQueueExecutor: SerialExecutor {
48
}
49
50
51
-#if os(Linux)
+#if os(Linux) || os(Android) || os(Windows)
52
extension DispatchQueueExecutor: @unchecked Sendable {}
53
#endif
0 commit comments