Class: AdvancedConnection::ActiveRecordExt::ConnectionPool::Queues::YoungAgeBiased

Inherits:
AgeSorted
  • Object
show all
Defined in:
lib/advanced_connection/active_record_ext/connection_pool/queues.rb

Instance Method Summary collapse

Methods inherited from AgeSorted

#poll

Methods inherited from Default

#size

Instance Method Details

#removeObject



48
49
50
# File 'lib/advanced_connection/active_record_ext/connection_pool/queues.rb', line 48

def remove
  @queue.shift
end