Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dustinxie/lockfree
/ NewQueue
Function
NewQueue
queue.go:36–38 ·
view source on GitHub ↗
NewQueue creates a new queue
()
Source
from the content-addressed store, hash-verified
34
35
// NewQueue creates a new queue
36
func
NewQueue() Queue {
37
return
list.NewQueue()
38
}
Callers
2
TestNewQueue
Function · 0.70
BenchmarkLockfreeQueue
Function · 0.70
Calls
1
NewQueue
Function · 0.92
Tested by
2
TestNewQueue
Function · 0.56
BenchmarkLockfreeQueue
Function · 0.56