# File lib/core/container.rb, line 334
      def initialize
        @rd, @wr = IO.pipe
        @lock = Mutex.new
        @set = false
      end