The use of multiple threads will ensure that the entire application does not hang whenever we would like to load a file from the filesystem. For example, at the moment, if I load a model via the UI then the application will freeze for about 2 seconds while the model is parsed. This should be fixed asap.
The use of multiple threads will ensure that the entire application does not hang whenever we would like to load a file from the filesystem. For example, at the moment, if I load a model via the UI then the application will freeze for about 2 seconds while the model is parsed. This should be fixed asap.