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

Method pauseThread

core/src/processing/core/PSurface.java:150–150  ·  view source on GitHub ↗

On the next trip through the animation thread, things should go sleepy-bye. Does not pause the thread immediately because that needs to happen on the animation thread itself, so fires on the next trip through draw().

()

Source from the content-addressed store, hash-verified

148 * animation thread itself, so fires on the next trip through draw().
149 */
150 public void pauseThread();
151
152 public void resumeThread();
153

Callers 1

stopMethod · 0.65

Implementers 3

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.
PSurfaceFXcore/src/processing/javafx/PSurfaceFX.

Calls

no outgoing calls

Tested by

no test coverage detected