class Groonga::Client::Protocol::HTTP::Thread::Request

Public Class Methods

new(thread) click to toggle source
# File lib/groonga/client/protocol/http/thread.rb, line 28
def initialize(thread)
  @thread = thread
end

Public Instance Methods

wait() click to toggle source
# File lib/groonga/client/protocol/http/thread.rb, line 32
def wait
  @thread.join
end