Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ wait
Method
wait
classpath/java/lang/Object.java:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
public
native String toString();
43
44
public
final
void
wait() throws InterruptedException {
45
wait(0);
46
}
47
48
public
native
final
void
wait(long milliseconds) throws InterruptedException;
49
Callers
8
exec
Method · 0.45
waitFor
Method · 0.45
sleep
Method · 0.45
join
Method · 0.45
blockTillNotFull
Method · 0.45
blockTillNotEmpty
Method · 0.45
get
Method · 0.45
timedWait
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected