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

Method len

worker_stack.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (ws *workerStack) len() int {
39 return len(ws.items)
40}
41
42func (ws *workerStack) isEmpty() bool {
43 return len(ws.items) == 0

Callers 3

detachMethod · 0.95
refreshMethod · 0.95
resetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected