MCPcopy
hub / github.com/panjf2000/ants / workerStack

Struct workerStack

worker_stack.go:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25import "time"
26
27type workerStack struct {
28 items []worker
29 expiry []worker
30}
31
32func newWorkerStack(size int) *workerStack {
33 return &workerStack{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected