godotengine / godot-git-plugin

Git implementation of the VCS interface in Godot
MIT License
717 stars 75 forks source link

Add multithreading support for time-consuming features #263

Open Chihaya-Yuka opened 6 days ago

Chihaya-Yuka commented 6 days ago

Some instructions that require significant time to execute can obstruct the main thread of the editor. Implementing multithreading may provide a solution to this issue.