Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dustinxie/lockfree
/ Enque
Method
Enque
queue.go:28–28 ·
view source on GitHub ↗
add an item to the queue
(interface{})
Source
from the content-addressed store, hash-verified
26
27
// add an item to the queue
28
Enque(
interface
{})
29
30
// remove an item from the queue
31
Deque()
interface
{}
Callers
3
TestNewQueue
Function · 0.95
BenchmarkLockfreeQueue
Function · 0.95
TestQueue
Function · 0.95
Implementers
1
queue
list/queue.go
Calls
no outgoing calls
Tested by
3
TestNewQueue
Function · 0.76
BenchmarkLockfreeQueue
Function · 0.76
TestQueue
Function · 0.76