Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TestNewQueue
Function · 0.95
TestQueue
Function · 0.95
Implementers
1
queue
list/queue.go
Calls
no outgoing calls
Tested by
2
TestNewQueue
Function · 0.76
TestQueue
Function · 0.76