MCPcopy Create free account
hub / github.com/dustinxie/lockfree / Len

Method Len

queue.go:25–25  ·  view source on GitHub ↗

length of queue

()

Source from the content-addressed store, hash-verified

23 Queue interface {
24 // length of queue
25 Len() int
26
27 // add an item to the queue
28 Enque(interface{})

Callers 2

TestNewQueueFunction · 0.95
TestQueueFunction · 0.95

Implementers 1

queuelist/queue.go

Calls

no outgoing calls

Tested by 2

TestNewQueueFunction · 0.76
TestQueueFunction · 0.76