class Hamster::Stream

def initialize(&block)

def initialize(&block)
  @block = block
  @lock = Mutex.new
end