Documentation ¶
Index ¶
Constants ¶
View Source
const HeapAllocDebugging = false
View Source
const (
LevelTrace slog.Level = slog.LevelDebug - 2
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backoff ¶
type Backoff struct {
// contains filtered or unexported fields
}
A Backoff with a non-zero MaxWait is ready for use.
func NewBackoff ¶
func NewBackoff(priority BackoffFlags) Backoff
type BackoffFlags ¶
type BackoffFlags uint8
const ( BackoffHasPriority BackoffFlags = 1 << iota BackoffCriticalPath )
Click to show internal directories.
Click to hide internal directories.