Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ startThread
Method
startThread
core/src/processing/core/PSurface.java:143–143 ·
view source on GitHub ↗
Start the animation thread
()
Source
from the content-addressed store, hash-verified
141
142
/** Start the animation thread */
143
public
void
startThread();
144
145
/**
146
* On the next trip through the animation thread, things should go sleepy-bye.
Callers
1
startSurface
Method · 0.65
Implementers
3
PSurfaceJOGL
core/src/processing/opengl/PSurfaceJOG
PSurfaceNone
core/src/processing/core/PSurfaceNone.
PSurfaceFX
core/src/processing/javafx/PSurfaceFX.
Calls
no outgoing calls
Tested by
no test coverage detected