MCPcopy Create free account
hub / github.com/ReadyTalk/avian / lock

Method lock

classpath/java/util/concurrent/locks/Lock.java:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15public interface Lock {
16 public void lock();
17 public void lockInterruptibly() throws InterruptedException;
18 public Condition newCondition();
19 public boolean tryLock();

Callers 1

runThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected