Skip to content

Commit

Permalink
Stop threads by Thread#exit
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Oct 7, 2013
1 parent d7dabc2 commit 14997ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/http-benchmark.rb
Expand Up @@ -92,7 +92,7 @@ def process_requests
end

@client_threads.each do |client_thread|
client_thread.stop
client_thread.exit
end

@results = []
Expand Down

0 comments on commit 14997ca

Please sign in to comment.