# File lib/puma/thread_pool.rb, line 156
      def stop
        @running = false
        @thread.wakeup
      end