thread

package
v8.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2024 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Getter

type Getter interface {
	Get(key string, actualGet func() *cacheobj.CacheObj, canUse func(*cacheobj.CacheObj) bool, reqID uint64) (*cacheobj.CacheObj, uint64)
}

func NewGetter

func NewGetter() Getter

type GetterResp

type GetterResp struct {
	CacheObj *cacheobj.CacheObj
	GetReqID uint64
}

type Throttler

type Throttler interface {
	Throttle(f func())
}

func NewNoThrottler

func NewNoThrottler() Throttler

NewNoThrottler creates and returns a Throttler which doesn't actually throttle, but Throttle(f) immediately calls f.

func NewThrottler

func NewThrottler(max uint64) Throttler

type Throttlers

type Throttlers interface {
	Throttle(k string, f func())
}

func NewThrottlers

func NewThrottlers(max uint64) Throttlers

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL