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 b3a8fcd commit a0bec6eCopy full SHA for a0bec6e
FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift
@@ -56,7 +56,7 @@ final class HeartbeatStorage: HeartbeatStorageProtocol {
56
] =
57
[:]
58
59
- /// Used to synchronize mutations
+ /// Used to synchronize concurrent access to the `cachedInstances` property.
60
private static let instancesLock = NSLock()
61
62
/// Gets an existing `HeartbeatStorage` instance with the given `id` if one exists. Otherwise,
0 commit comments