class Droonga::Client::Connection::DroongaProtocol::Thread::Request

Public Class Methods

new(thread) click to toggle source
# File lib/droonga/client/connection/droonga-protocol/thread.rb, line 40
def initialize(thread)
  @thread = thread
end

Public Instance Methods

wait() click to toggle source
# File lib/droonga/client/connection/droonga-protocol/thread.rb, line 44
def wait
  @thread.join
end