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
{{ message }}
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.
Use a different thread (async loading) in order to load the capes list
You might be better off having a queue or something of urls to load/parse, and then a dedicated thread doing that loading/parsing, reading from the queue, and then pushing the results elsewhere so the renderer can read it safely
Use a different thread (async loading) in order to load the capes list
See #380 for how to make a thread
The text was updated successfully, but these errors were encountered: