class Protocol::Rack::Body::Streaming::Output

def read

def read
	raise RuntimeError, "Stream is already being read!" if @from
	
	@fiber&.transfer(Fiber.current)
end