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 badde0a commit dd8b502Copy full SHA for dd8b502
FirebaseStorage/Sources/Internal/StorageInternalTask.swift
@@ -22,6 +22,7 @@ import Foundation
22
23
/// Implement StorageTasks that are not directly exposed via the public API.
24
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
25
+@preconcurrency
26
class StorageInternalTask: StorageTask {
27
private var fetcher: GTMSessionFetcher?
28
0 commit comments