Method: OFlow::Task#queue_count

Defined in:
lib/oflow/task.rb

#queue_countFixnum

Returns the number of requests on the queue.



223
224
225
# File 'lib/oflow/task.rb', line 223

def queue_count()
  @queue.length
end