MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / wait_for_deferred_init

Method wait_for_deferred_init

shared.py:309–311  ·  view source on GitHub ↗

Wait for deferred init to finish (used by display before first render).

(self, timeout: float = 30.0)

Source from the content-addressed store, hash-verified

307 def _deferred_init(self):
308 """Run heavy initialization tasks in a background thread.
309
310 Loads fonts, images, network intelligence, AI service, and
311 network counts without blocking the main startup path.
312 """
313 try:
314 self.load_fonts()

Callers 1

runMethod · 0.80

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected