MCPcopy Create free account
hub / github.com/MTrop/DoomTools / releaseKey

Method releaseKey

src/main/java/net/mtrop/doom/tools/struct/Loader.java:456–462  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

454
455 // Releases a mutex.
456 private void releaseKey(String name)
457 {
458 synchronized (mutexMap)
459 {
460 mutexMap.remove(name);
461 }
462 }
463
464 /**
465 * The default executor to use for sending async requests.

Callers 1

getObjectMethod · 0.95

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected