Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ setSocket
Method
setSocket
app/src/processing/app/WebServer.java:191–194 ·
view source on GitHub ↗
(Socket s)
Source
from the content-addressed store, hash-verified
189
// }
190
//
191
synchronized
void
setSocket(Socket s) {
192
this.s = s;
193
notify();
194
}
195
196
public
synchronized
void
run() {
197
while
(true) {
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected