package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev

# Packages

# Functions

NewBasePool is to create a new BasePool.

# Variables

ErrPoolClosed will be returned when submitting task to a closed pool.
ErrPoolOverload will be returned when the pool is full and no workers available.
ErrPoolParamsInvalid will be returned when the pool params are invalid.

# Structs

BasePool is base class of pool.