Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unlockReturned (0.05 sec)

  1. internal/dsync/dsync_test.go

    		defer lockServers[i].setResponseDelay(0)
    	}
    
    	unlockReturned := make(chan struct{}, 1)
    	go func() {
    		ctx, cancel := context.WithTimeout(t.Context(), 500*time.Millisecond)
    		defer cancel()
    		dm.Unlock(ctx)
    		// Unlock is not blocking. Try to get a new lock.
    		dm.GetLock(ctx, nil, id, source, Options{Timeout: 5 * time.Minute})
    		unlockReturned <- struct{}{}
    	}()
    
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 10.8K bytes
    - Viewed (0)
Back to top