colinkiama/sublime-meson

Run commands asynchronously

colinkiama opened this issue · 0 comments

  • Use the class instance to store data that will be processed
  • Gather data to be processed in run command
  • Create __run_async command that to be used as an async callback from the run command. Via set_timeout_async(callback, delay)It will use the stored instance data to execute the process synchronously