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 6eb061c commit 66584c4Copy full SHA for 66584c4
PlaygroundLogger/PlaygroundLogger/Utilities/PGLConcurrentMap_MRR.m
@@ -97,7 +97,7 @@ - (id)objectForKey:(NSInteger)key {
97
return nil;
98
}
99
100
-- (id)objectForKey:(NSInteger)key insertingObjectProvidedByBlockIfNotPresent:(id(^)(void))objectProvider didInsert:(BOOL *)outDidInsert {
+- (id)objectForKey:(NSInteger)key insertingObjectProvidedByBlockIfNotPresent:(id(^ NS_NOESCAPE)(void))objectProvider didInsert:(BOOL *)outDidInsert {
101
// The node we created.
102
PGLConcurrentMapNode *newNode = nil;
103
0 commit comments