Versions in this module Expand all Collapse all v5 v5.2.3 Sep 11, 2025 Changes in this version + type Configurer interface + Experimental func() bool + Has func(name string) bool + UnmarshalKey func(name string, out any) error + type Interceptor interface + Name func() string + UnaryServerInterceptor func() grpc.UnaryServerInterceptor + type Logger interface + NamedLogger func(name string) *zap.Logger + type Pool interface + AddWorker func() error + Destroy func(ctx context.Context) + Exec func(ctx context.Context, p *payload.Payload, stopCh chan struct{}) (chan *staticPool.PExec, error) + QueueSize func() uint64 + RemoveWorker func(ctx context.Context) error + Reset func(ctx context.Context) error + Workers func() (workers []*worker.Process) + type Server interface + NewPool func(ctx context.Context, cfg *pool.Config, env map[string]string, _ *zap.Logger) (*staticPool.Pool, error)