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
Differential D246
Load session asynchronously Authored by tusooa on Tue, Oct 14, 9:52 PM. Tags None Referenced Files None Subscribers None
Details
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 Verify you can load a big session without blocking the GUI.
Diff Detail
|