ErrLookup › panjf2000/ants

panjf2000/ants

🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go. · Go · 16 source files

Analyzed at 107e376781 on 2026-09-06. 11 documented errors.

Code / MessageTypeSeverityTags
the queue is full
error_code warning goroutine-pool, backpressure, queue-full, concurrency
must provide function for pool
error_code error go, validation, nil-argument, constructor
pool %d: %v
error_code warning go, error-wrapping, shutdown, multipool
this pool has been closed
error_code error go, lifecycle, closed-resource, concurrency
operation timed out
error_code warning go, timeout, shutdown, concurrency
too many goroutines blocked on submit or Nonblocking is set
error_code warning go, backpressure, concurrency, capacity
invalid load-balancing strategy
error_code error go, invalid-enum, configuration, multipool
invalid expiry for pool
error_code error go, validation, duration, configuration
can not set up a negative capacity under PreAlloc mode
error_code error go, validation, configuration, prealloc
invalid pool index
error_code error go, index-out-of-range, validation, multipool
invalid size for multiple pool
error_code error go, validation, configuration, multipool