Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ shutdown
Method
shutdown
emrun.py:569–572 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
567
socketserver.BaseServer.handle_error(self, request, client_address)
568
569
def
shutdown(self):
570
self.is_running = False
571
self.print_all_messages()
572
return
1
573
574
575
# Processes HTTP request back to the browser.
Callers
6
serve_forever
Method · 0.95
do_POST
Method · 0.80
_run_against_echo_server
Method · 0.80
test_noderawsockets_client_bind
Method · 0.80
test_noderawsockets_backpressure
Method · 0.80
stop
Method · 0.80
Calls
1
print_all_messages
Method · 0.95
Tested by
3
_run_against_echo_server
Method · 0.64
test_noderawsockets_client_bind
Method · 0.64
test_noderawsockets_backpressure
Method · 0.64