Returns the number of requests on the queue.
223 224 225
# File 'lib/oflow/task.rb', line 223 def queue_count() @queue.length end