class Puma::ThreadPool

def busy_threads

Other tags:
    Version: - 5.0.0
def busy_threads
  with_mutex { @spawned - @waiting + @todo.size }
end