Method: ContentServer::FileStreamer#start_streaming
- Defined in:
- lib/content_server/file_streamer.rb
#start_streaming(checksum, path) ⇒ Object
64 65 66 67 |
# File 'lib/content_server/file_streamer.rb', line 64 def start_streaming(checksum, path) @stream_queue << [:NEW_STREAM, [checksum, path]] $process_vars.set('File Streamer queue', @stream_queue.size) end |