Load and save sessions asynchronously [DISCL-359]#47
Load and save sessions asynchronously [DISCL-359]#47rdumusc merged 1 commit intoBlueBrain:masterfrom
Conversation
|
Nice feature! |
|
Yes, it is possible to issue successive calls if the loading takes a lot of time. |
e21f51b to
d8496e6
Compare
|
Updated with a different approach to avoid any risk of deadlocking the main QEventLoop. The launcher also closes everything before sending the load command to provide immediate feedback before the loading happens in the background. This has to be tested on the real wall, but I am quite confident about this change. If this is not working well for users, we can always make the load blocking again by just waiting on the future. |
|
+1 |
No description provided.