MCPcopy Create free account
hub / github.com/antlr/codebuff / runUnlockedCleanup

Method runUnlockedCleanup

output/java_guava/1.4.13/LocalCache.java:3517–3522  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3515
3516
3517 void runUnlockedCleanup() {
3518 // locked cleanup may generate notifications we can send unlocked
3519 if (!isHeldByCurrentThread()) {
3520 map.processPendingNotifications();
3521 }
3522 }
3523 }
3524
3525 static class LoadingValueReference<K, V> implements ValueReference<K, V> {

Callers 2

postWriteCleanupMethod · 0.95
cleanUpMethod · 0.95

Calls 1

Tested by

no test coverage detected