# File lib/core/container.rb, line 356
    def check_stop_lh
      if @active.zero? && (@auto_stop || @stopped)
        @stopped = true
        work_wake nil          # Signal threads to stop
        true
      end
    end