+3

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

Adam vor 12 Jahren aktualisiert von Ivan Castellanos vor 11 Jahren 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)