SublimeText / sublime_lib

Utility library for frequently used functionality in Sublime Text and convenience functions or classes
https://sublimetext.github.io/sublime_lib
MIT License
52 stars 4 forks source link

Run ActivityIndicator on main thread. #144

Closed Thom1729 closed 3 years ago

Thom1729 commented 3 years ago

Fix #140.

Might arguably be slightly more complicated than using a thread, but lower overhead, which matters in practice (e.g. https://github.com/sublimelsp/LSP-pyright/issues/36).

Thom1729 commented 3 years ago

I went with the invocation ID implementation to preserve existing behavior. It probably doesn't matter much, but it's something.