Skip to content

0.3.0 - async execution

Compare
Choose a tag to compare
@komsit37 komsit37 released this 04 Dec 07:18
· 69 commits to master since this release
  • executing long query no longer block sublime text
  • this is achieved by running q statement in an alternative thread using sublime.set_timeout_async
  • refactor coding style to favor more @staticmethod (for better reusability)