Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
Description
We have a lot of threads that basically run in a loop and use an isRunning atomic boolean and count down latch. It will be useful to refactor it out into a helper runnable that these can extend. Verifying the lifecycle details for each is kind of a pain and it pretty easy to either not cleanly shutdown all the threads.