MCPcopy 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

TestNewQueueFunction · 0.95
BenchmarkLockfreeQueueFunction · 0.95
TestQueueFunction · 0.95

Implementers 1

queuelist/queue.go

Calls

no outgoing calls

Tested by 3

TestNewQueueFunction · 0.76
BenchmarkLockfreeQueueFunction · 0.76
TestQueueFunction · 0.76