- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CompareAndSwapInt32 (0.09 sec)
-
internal/rest/client.go
} } func (c *Client) runHealthCheck() bool { // Start goroutine that will attempt to reconnect. // If server is already trying to reconnect this will have no effect. if c.HealthCheckFn != nil && atomic.CompareAndSwapInt32(&c.connected, online, offline) { go func() { backOff := exponentialBackoffWait( rand.New(rand.NewSource(time.Now().UnixNano())), 200*time.Millisecond, 30*time.Second, )
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jul 26 12:55:01 UTC 2024 - 14.7K bytes - Viewed (0) -
api/go1.txt
pkg sync/atomic, func AddUint32(*uint32, uint32) uint32 pkg sync/atomic, func AddUint64(*uint64, uint64) uint64 pkg sync/atomic, func AddUintptr(*uintptr, uintptr) uintptr pkg sync/atomic, func CompareAndSwapInt32(*int32, int32, int32) bool pkg sync/atomic, func CompareAndSwapInt64(*int64, int64, int64) bool pkg sync/atomic, func CompareAndSwapPointer(*unsafe.Pointer, unsafe.Pointer, unsafe.Pointer) bool
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)