+3
Include an async library like gevent or eventlet for better plugin threading.
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.
Customer support service by UserEcho
sublime.set_timeout(callback, delay_in_ms)