MCPcopy Index your code
hub / github.com/processing/processing / stopThread

Method stopThread

core/src/processing/opengl/PSurfaceJOGL.java:716–726  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

714
715
716 public boolean stopThread() {
717 if (drawExceptionHandler != null) {
718 drawExceptionHandler.interrupt();
719 drawExceptionHandler = null;
720 }
721 if (animator != null) {
722 return animator.stop();
723 } else {
724 return false;
725 }
726 }
727
728
729 public boolean isStopped() {

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected