Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
25
import
"time"
26
27
type
workerStack
struct
{
28
items []worker
29
expiry []worker
30
}
31
32
func
newWorkerStack(size int) *workerStack {
33
return
&workerStack{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected