MCPcopy Index your code
hub / github.com/docker/docker-agent / inMemoryMessageQueue

Struct inMemoryMessageQueue

pkg/runtime/message_queue.go:39–41  ·  view source on GitHub ↗

inMemoryMessageQueue is the default MessageQueue backed by a buffered channel.

Source from the content-addressed store, hash-verified

37
38// inMemoryMessageQueue is the default MessageQueue backed by a buffered channel.
39type inMemoryMessageQueue struct {
40 ch chan QueuedMessage
41}
42
43const (
44 // defaultSteerQueueCapacity is the buffer size for the default in-memory steer queue.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected