- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 503 for cancer (0.05 sec)
-
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) -
docs/en/docs/img/sponsors/cryptapi-banner.svg
cryptapi-banner.svg...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Dec 08 15:04:04 UTC 2021 - 130.6K bytes - Viewed (0) -
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) -
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) -
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) -
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) -
docs/en/docs/img/sponsors/imgwhale-banner.svg
imgwhale-banner.svg...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Jun 25 19:49:44 UTC 2022 - 105.4K bytes - Viewed (0) -
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) -
docs/en/docs/img/sponsors/dropbase-banner.svg
dropbase-banner.svg...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Jan 23 14:56:14 UTC 2022 - 20.7K bytes - Viewed (0) -
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)