# File lib/celluloid/io/stream.rb, line 370 def initialize @owner = nil @waiters = 0 @condition = Celluloid::Condition.new end