async

package
v0.0.0-...-01b7989 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

tools/async/pool.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Task

type Task interface {
	Execute(context.Context) (interface{}, error)
	ID() string
	Priority() int
}

Task 任务接口

type Worker

type Worker struct {
	// contains filtered or unexported fields
}

Worker 工作者

type WorkerMetrics

type WorkerMetrics struct {
	TasksProcessed uint64
	ErrorCount     uint64
	ProcessingTime time.Duration
	IdleTime       time.Duration
}

WorkerMetrics 工作者指标

type WorkerPool

type WorkerPool struct {
	// contains filtered or unexported fields
}

WorkerPool 工作池

Jump to

Keyboard shortcuts

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