I would like the Save/Load to behave this way,
Thread 1: loading the game
Thread 2: displaying the game info and other info (such as a graphical timer) in parallel to Thread 1. Then after Thread 1 completing loading, Threading 2 is going to display the loaded game.
How to do the above?