Skip to content

Load data in own thread

Magne.Stromsnes requested to merge load_data_in_own_thread into master

Loading large datasets block the event-thread for a long time. This moves it to a worker thread and doesn't block anymore. Shows a infinite loading progress bar in the top left to indicate loading. image

Merge request reports