clean up stop semantics

This commit is contained in:
Sam 2017-07-24 15:17:48 -04:00
parent c08a7aee8f
commit 0c47153808
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ module Scheduler
sleep 5
@thread.kill
end
@thread.join
end
end