We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d12c50 commit f066583Copy full SHA for f066583
1 file changed
Application/DevLogPersistence/Sources/Persistence/WebPageImageStoreImpl.swift
@@ -51,7 +51,7 @@ final class WebPageImageStoreImpl: WebPageImageStore {
51
}
52
53
private extension WebPageImageStoreImpl {
54
- func perform<T>(_ operation: @escaping () throws -> T) async throws -> T {
+ func perform<T: Sendable>(_ operation: @escaping @Sendable () throws -> T) async throws -> T {
55
try await withCheckedThrowingContinuation { continuation in
56
queue.async {
57
do {
0 commit comments