Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/panjf2000/ants
/ len
Method
len
worker_queue.go:43–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
42
type
workerQueue
interface
{
43
len() int
44
isEmpty() bool
45
insert(worker) error
46
detach() worker
Callers
5
TestNewWorkerStack
Function · 0.65
TestWorkerStack
Function · 0.65
TestSearch
Function · 0.65
TestNewLoopQueue
Function · 0.65
TestLoopQueue
Function · 0.65
Implementers
2
loopQueue
worker_loop_queue.go
workerStack
worker_stack.go
Calls
no outgoing calls
Tested by
5
TestNewWorkerStack
Function · 0.52
TestWorkerStack
Function · 0.52
TestSearch
Function · 0.52
TestNewLoopQueue
Function · 0.52
TestLoopQueue
Function · 0.52