Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ interrupted
Method
interrupted
classpath/java/lang/Thread.java:151–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
private
static
native boolean interrupt(long peer);
150
151
public
static
boolean interrupted() {
152
return
interrupted(currentThread().peer);
153
}
154
155
private
static
native boolean interrupted(long peer);
156
Callers
1
run
Method · 0.95
Calls
1
currentThread
Method · 0.95
Tested by
no test coverage detected