Skip to content

Commit 205387d

Browse files
authored
Merge pull request groue#1849 from marcprux/patch-1
Add Sendable conformance to DispatchQueueExecutor for Android and Windows
2 parents e784b10 + c8f0328 commit 205387d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GRDB/Core/DispatchQueueActor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ private final class DispatchQueueExecutor: SerialExecutor {
4848
}
4949
}
5050

51-
#if os(Linux)
51+
#if os(Linux) || os(Android) || os(Windows)
5252
extension DispatchQueueExecutor: @unchecked Sendable {}
5353
#endif

0 commit comments

Comments
 (0)