Page MenuHomePhorge

Load session asynchronously
ClosedPublic

Authored by tusooa on Oct 14 2025, 9:52 PM.

Details

Summary

Originally, we load the session in the main GUI thread. This leads to a bad start-up time, and upon startup the GUI is frozen until the session is fully loaded. This resolves the problem.

Type: add

Test Plan

Verify you can load a big session without blocking the GUI.

Diff Detail

Repository
rK kazv
Lint
Lint Not Applicable
Unit
Tests Not Applicable