Method: Elevate::HTTP::NetworkThread.start

Defined in:
lib/elevate/http/thread.rb

.start(connection) ⇒ Object



8
9
10
# File 'lib/elevate/http/thread.rb', line 8

def self.start(connection)
  connection.performSelector(:start, onThread:thread, withObject:nil, waitUntilDone:false)
end