class ConnectionPool::TimedStack

def empty?

Returns +true+ if there are no available connections.
#
def empty?
  (@created - @que.length) >= @max
end