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
Each `threading.Timer()` call creates and starts a new thread,
which is quite expensive - at least on Windows. Replace it by simple
`sublime.set_timeout()` also makes locking obsolete.
0 commit comments