Method: Jabber::Stream::ThreadBlock#wait

Defined in:
lib/xmpp4r/stream.rb

#waitObject

Raises:

  • (@exception)


274
275
276
277
# File 'lib/xmpp4r/stream.rb', line 274

def wait
  @waiter.wait
  raise @exception if @exception
end