MCPcopy
hub / github.com/uptrace/uptrace / Queue

Struct Queue

pkg/taskq/memqueue/queue.go:74–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72)
73
74type Queue struct {
75 opt *taskq.QueueConfig
76
77 sync bool
78 noDelay bool
79
80 wg sync.WaitGroup
81 consumer *taskq.Consumer
82
83 scheduler scheduler
84
85 _state int32
86}
87
88var _ taskq.Queue = (*Queue)(nil)
89

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected