MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / print_all_messages

Method print_all_messages

emrun.py:495–498  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

493
494 # Completely flushes all out-of-order messages in the queue.
495 def print_all_messages(self):
496 with http_mutex:
497 while len(self.http_message_queue):
498 self.print_next_message()
499
500 # Prints any messages that are now due after we logged some other previous
501 # messages.

Callers 2

serve_foreverMethod · 0.95
shutdownMethod · 0.95

Calls 1

print_next_messageMethod · 0.95

Tested by

no test coverage detected