MCPcopy Create free account
hub / github.com/csound/csound / Shutdown

Method Shutdown

Emscripten/examples/httpd.py:225–229  ·  view source on GitHub ↗

Send a message to the child HTTP server process and wait for it to finish.

(self)

Source from the content-addressed store, hash-verified

223 return child_result
224
225 def Shutdown(self):
226 """Send a message to the child HTTP server process and wait for it to
227 finish."""
228 self.conn.send(False)
229 self.process.join()
230
231 def GetURL(self, rel_url):
232 """Get the full url for a file on the local HTTP server.

Callers 3

ServeForeverMethod · 0.95
_SendNothingAndDieMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected