Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ StartDelayer
Method
StartDelayer
src/GraphServer/GraphServer.java:768–774 ·
view source on GitHub ↗
(GraphServer graphServer)
Source
from the content-addressed store, hash-verified
766
Thread thisThread;
767
768
public
StartDelayer(GraphServer graphServer)
769
{
770
this.graphServer = graphServer;
771
772
thisThread =
new
Thread(this);
773
thisThread.start();
774
}
775
776
public
void
stop()
777
{
Callers
nothing calls this directly
Calls
1
start
Method · 0.80
Tested by
no test coverage detected