You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most, if not all, tasks seem to run on the same thread. While this is fine in many cases, some intensive tasks will cause the GUI to lag significantly as rendering is delayed. Ideally, this shouldn't happen. Some tasks should be offloaded to a separate worker thread to let the main thread (where application rendering takes place) run without significant interruptions.
This issue might be a duplicate. I searched "thread" in the issue tracker and nothing came up.
The text was updated successfully, but these errors were encountered:
Most, if not all, tasks seem to run on the same thread. While this is fine in many cases, some intensive tasks will cause the GUI to lag significantly as rendering is delayed. Ideally, this shouldn't happen. Some tasks should be offloaded to a separate worker thread to let the main thread (where application rendering takes place) run without significant interruptions.
This issue might be a duplicate. I searched "thread" in the issue tracker and nothing came up.
The text was updated successfully, but these errors were encountered: