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

Struct queue

list/queue.go:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22type (
23 queue struct {
24 count uint64
25 head, tail *node
26 }
27)
28
29// NewQueue creates a new queue

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected