robust-services-core icon indicating copy to clipboard operation
robust-services-core copied to clipboard

Background CLI thread

Open GregUtas opened this issue 8 years ago • 0 comments

Fork a thread to perform work (e.g. running test scripts) without tying up CliThread.

  • introduce a >run command (similar to >read) to fork a non-console version of CliThread
  • CliThread might no longer be a singleton
  • update testcase pass/fail counts on the main CliThread

GregUtas avatar Nov 04 '17 21:11 GregUtas