# File lib/childprocess/windows/handle.rb, line 76
      def close
        return if @closed

        Lib.close_handle(@handle)
        @closed = true
      end