eexpress / gs-git

monitor git directory for changes.
GNU General Public License v3.0
8 stars 1 forks source link

don't block UI when refreshing #4

Open mipmip opened 1 year ago

mipmip commented 1 year ago

somehow the refresh jobs must be done in the background without blocking the UI.

mipmip commented 1 year ago

The refresh job checks dirs (time consuming) and in the same loop updates the menu (blocks UI). If these two tasks are separated the UI would not block.