# File lib/puma/thread_pool.rb, line 45
    def backlog
      @mutex.synchronize { @todo.size }
    end