+3

Include an async library like gevent or eventlet for better plugin threading.

Adam 12 jaar geleden bijgewerkt door Ivan Castellanos 11 jaar geleden 2
Making performant plugins is quite difficult right now due to complex thread management. Gevent would allow for libevent backed io in plugins and use of lightweight green threads.
+2
if you are down voting please say why.

 sublime.set_timeout(callback, delay_in_ms)