Method: ContentServer::FileCopyServer#send_chunk
- Defined in:
- lib/content_server/queue_copy.rb
#send_chunk(*arg) ⇒ Object
153 154 155 156 |
# File 'lib/content_server/queue_copy.rb', line 153 def send_chunk(*arg) @copy_input_queue.push([:COPY_CHUNK, arg]) $process_vars.set('Copy File Queue Size', @copy_input_queue.size) end |