class Async::Container::Supervisor::Connection::Call

def each(&block)

def each(&block)
	while response = self.pop
		yield response
	end
end