def all(options={})
        result = nil
        self.retries.times do
          begin
            async_all(options){|i| result = i}