there's a race condition that Thread.start() doesn't imply the thread to get going right away.
So consider the thread running as soon as we create it. This allows the UI to show the progressive log icon right away without the user reloading back later
Loading
Please register or sign in to comment