# File lib/deep_test/distributed/remote_worker_server.rb, line 33 33: def stop_all 34: Thread.new do 35: @workers.stop_all 36: end 37: end