Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
public
interface
Lock {
16
public
void
lock();
17
public
void
lockInterruptibly() throws InterruptedException;
18
public
Condition newCondition();
19
public
boolean tryLock();
Callers
1
runThread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected