gci

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: May 5, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultInterval = 10 * time.Millisecond
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IAcceptor

type IAcceptor interface {
	Accept(IRequest)
	Start()
	Stop()
}

type IRequest

type IRequest interface {
	iops.IOp
	GetNext() IRequest
	IncIteration()
	GetIteration() uint32
}

type IWorker

type IWorker interface {
	IAcceptor
	iw.IOpWorker
}

type RequestType

type RequestType int32
const (
	GCDropTable RequestType = 0
)

type WorkerCfg

type WorkerCfg struct {
	Interval time.Duration
	Executor iw.IOpWorker
}

Jump to

Keyboard shortcuts

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