robust-services-core
robust-services-core copied to clipboard
Background CLI thread
Fork a thread to perform work (e.g. running test scripts) without tying up CliThread.
- introduce a
>runcommand (similar to>read) to fork a non-console version ofCliThread -
CliThreadmight no longer be a singleton - update testcase pass/fail counts on the main
CliThread