Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Edmund (0.18 sec)

  1. internal/dsync/dsync_test.go

    func TestTwoSimultaneousLocksForSameResource(t *testing.T) {
    	dm1st := NewDRWMutex(ds, "aap")
    	dm2nd := NewDRWMutex(ds, "aap")
    
    	dm1st.Lock(id, source)
    
    	// Release lock after 10 seconds
    	go func() {
    		time.Sleep(5 * testDrwMutexAcquireTimeout)
    		// fmt.Println("Unlocking dm1")
    
    		dm1st.Unlock(context.Background())
    	}()
    
    	dm2nd.Lock(id, source)
    
    	// fmt.Printf("2nd lock obtained after 1st lock is released\n")
    Go
    - Registered: Sun Apr 14 19:28:10 GMT 2024
    - Last Modified: Sat Dec 24 03:49:07 GMT 2022
    - 11K bytes
    - Viewed (0)
  2. .typos.toml

    "EOF" = "EOF"
    "hd" = "hd"
    "ws" = "ws"
    "guid" = "guid"
    "lst" = "lst"
    "pn" = "pn"
    "Iy" = "Iy"
    "ro" = "ro"
    "thr" = "thr"
    
    [default.extend-identifiers]
    "bui" = "bui"
    "toi" = "toi"
    "ot" = "ot"
    "dm2nd" = "dm2nd"
    "HashiCorp" = "HashiCorp"
    "ParseND" = "ParseND"
    "ParseNDStream" = "ParseNDStream"
    Plain Text
    - Registered: Sun Apr 14 19:28:10 GMT 2024
    - Last Modified: Mon Apr 01 23:42:09 GMT 2024
    - 849 bytes
    - Viewed (0)
Back to top