Fix the worker run test
Compare changes
@@ -193,6 +193,17 @@ public class Threads {
@@ -193,6 +193,17 @@ public class Threads {
Fixes the worker#run test failing sometimes because of race conditions.
Changes the worker test so it mocks out threading.
Adds a new method to the Threads helper that spawns un-managed threads.
To be filled in by the reviewers