MCPcopy Create free account
hub / github.com/brimdata/super / Queue

Struct Queue

db/journal/queue.go:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30const MaxReadRetry = 10
31
32type Queue struct {
33 engine storage.Engine
34 path *storage.URI
35 headPath *storage.URI
36 tailPath *storage.URI
37 tailLockPath *storage.URI
38}
39
40func New(engine storage.Engine, path *storage.URI) *Queue {
41 return &Queue{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected