Files
tracy/extra
Alan Tse bfcec08e93 feat(mcp): expose background-load readiness
Smoke-testing the lock fix against a real 143M-zone capture
surfaced a second concurrent-mutation source: file loads spawn a
background thread that finishes populating zone/symbol statistics
after Worker construction returns, so get_all_zone_stats() et al.
could silently come back empty or partial with no way to tell
"not built yet" from "genuinely empty".

Adds is_background_done (a relaxed atomic, same as is_connected,
so no locked() wrapper needed) and surfaces it as background_done
in list_instances, with load_capture's docstring pointing callers
at it.
2026-07-19 22:32:04 -07:00
..
2021-05-23 12:49:20 +02:00
2024-05-25 00:03:23 +02:00
2020-06-11 14:09:19 +02:00
2022-08-27 16:05:36 +02:00
2018-07-04 18:26:57 +02:00
2023-04-27 23:17:34 +02:00