Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ start
Method
start
app/src/processing/app/exec/StreamPump.java:63–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
public
void
start() {
64
// System.out.println("starting new StreamPump");
65
// new Exception().printStackTrace(EditorConsole.systemOut);
66
threads.execute(this);
67
}
68
69
public
void
run() {
70
try {
Callers
15
WebServer
Method · 0.45
restartJavaApplication
Method · 0.45
startServer
Method · 0.45
UpdateCheck
Method · 0.45
markDownLinksToHtml
Method · 0.45
handleTempCleaning
Method · 0.45
openContribBundle
Method · 0.45
downloadAndInstall
Method · 0.45
downloadAndInstallOnStartup
Method · 0.45
StatusAnimator
Method · 0.45
removeContribution
Method · 0.45
downloadAvailableList
Method · 0.45
Calls
1
execute
Method · 0.45
Tested by
no test coverage detected