Method: ContentServer::FileCopyClient#threads
- Defined in:
- lib/content_server/queue_copy.rb
#threads ⇒ Object
256 257 258 259 260 |
# File 'lib/content_server/queue_copy.rb', line 256 def threads ret = [@local_thread] ret << @tcp_client.tcp_thread if @tcp_client != nil return ret end |