Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ sleep
Method
sleep
app/src/processing/app/macosx/ThinkDifferent.java:133–139 ·
view source on GitHub ↗
(int millis)
Source
from the content-addressed store, hash-verified
131
}
132
133
private
static
void
sleep(
int
millis) {
134
try {
135
Thread.sleep(millis);
136
} catch (InterruptedException e) {
137
//ignore
138
}
139
}
140
141
}
Callers
15
waitForBase
Method · 0.95
uploadUsingPreferences
Method · 0.80
waitForUploadPort
Method · 0.80
serviceResolved
Method · 0.80
run
Method · 0.80
consumeOutputSyncAndReturnExitCode
Method · 0.80
pull
Function · 0.80
run
Method · 0.80
builtInPackageIsNewerCheck
Method · 0.80
SerialMonitor
Method · 0.80
tryConnect
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected