nyyManni / ejira

Emacs JIRA integration
GNU General Public License v3.0
255 stars 36 forks source link

Make ejira-update-my-projects more asynchronous #23

Open chaorace opened 4 years ago

chaorace commented 4 years ago

ejira-update-my-projects can be quite a long-running command. Since it's currently fully synchronous, this locks up the entire emacs instance until it completes.

It would be much more preferable if we handled this in the background instead.