class Droonga::Client::Connection::HTTP::Request
Public Class Methods
new(thread)
click to toggle source
# File lib/droonga/client/connection/http.rb, line 43 def initialize(thread) @thread = thread end
Public Instance Methods
wait()
click to toggle source
# File lib/droonga/client/connection/http.rb, line 47 def wait @thread.join end