Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 463 for cancer (0.09 sec)

  1. internal/dsync/drwmutex_test.go

    	drwm1 := NewDRWMutex(ds, "simplelock")
    	ctx1, cancel1 := context.WithCancel(context.Background())
    	if !drwm1.GetRLock(ctx1, cancel1, id, source, Options{Timeout: time.Second}) {
    		panic("Failed to acquire read lock")
    	}
    	// fmt.Println("1st read lock acquired, waiting...")
    
    	drwm2 := NewDRWMutex(ds, "simplelock")
    	ctx2, cancel2 := context.WithCancel(context.Background())
    	if !drwm2.GetRLock(ctx2, cancel2, id, source, Options{Timeout: time.Second}) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Dec 24 03:49:07 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  2. docs/en/docs/img/sponsors/porter-banner.png

    porter-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Aug 09 17:04:49 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  3. docs/en/docs/img/sponsors/reflex-banner.png

    reflex-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Nov 18 13:38:01 UTC 2023
    - 8K bytes
    - Viewed (0)
  4. cmd/namespace-lock.go

    // LockContext lock context holds the lock backed context and canceler for the context.
    type LockContext struct {
    	ctx    context.Context
    	cancel context.CancelFunc
    }
    
    // Context returns lock context
    func (l LockContext) Context() context.Context {
    	return l.ctx
    }
    
    // Cancel function calls cancel() function
    func (l LockContext) Cancel() {
    	if l.cancel != nil {
    		l.cancel()
    	}
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Sep 29 22:40:36 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  5. docs/en/docs/img/sponsors/fine-banner.png

    fine-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Jul 01 23:08:40 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  6. docs/en/docs/img/sponsors/render-banner.svg

    render-banner.svg...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 31 09:13:26 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  7. docs/en/docs/img/sponsors/fern-banner.svg

    fern-banner.svg...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 01 21:39:22 UTC 2023
    - 40.1K bytes
    - Viewed (0)
  8. docs/en/docs/img/sponsors/liblab-banner.png

    liblab-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Aug 01 04:53:51 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  9. docs/en/docs/img/sponsors/mongodb-banner.png

    mongodb-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Mar 25 23:10:11 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  10. docs/en/docs/img/sponsors/scalar-banner.svg

    scalar-banner.svg...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Nov 28 10:52:35 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top