class Puma::Server

def busy_threads

@!attribute [r] busy_threads
def busy_threads
  @thread_pool&.busy_threads
end