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

Method interrupt

classpath/java/lang/Thread.java:145–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 public static native Thread currentThread();
144
145 public void interrupt() {
146 interrupt(peer);
147 }
148
149 private static native boolean interrupt(long peer);
150

Callers 1

cancelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected