Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitFor (0.19 sec)

  1. cmd/erasure-multipart.go

    				continue
    			}
    			index := index
    			g.Go(func() error {
    				return disks[index].Delete(ctx, dstBucket, dstEntry, DeleteOptions{Immediate: true})
    			}, index)
    		}
    		// Ignore these errors.
    		g.WaitErr()
    	}
    
    	return evalDisks(disks, errs), err
    }
    
    // PutObjectPart - reads incoming stream and internally erasure codes
    // them. This call is similar to single put operation but it is part
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 43K bytes
    - Viewed (0)
Back to top