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.
2 parents af44750 + 66584c4 commit 50d96feCopy full SHA for 50d96fe
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