- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for unlockReturned (0.1 sec)
-
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)