package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Functions
NewWorkerPool creates a new worker pool.
# Structs
None is a type placeholder for the worker pool that does not have a result receiver.
WorkerPool is a pool of workers.
# Interfaces
Option is the config option for WorkerPool.
TaskMayPanic is a type to remind the developer that need to handle panic in the task.
Worker is worker interface.