package queue

import "github.com/dotcloud/docker/libcontainerd/queue"

Index

Types

type Queue

type Queue struct {
	sync.Mutex
	// contains filtered or unexported fields
}

Queue is the structure used for holding functions in a queue.

func (*Queue) Append

func (q *Queue) Append(id string, f func())

Append adds an item to a queue.

Source Files

queue.go

Version
v28.1.1+incompatible (latest)
Published
Apr 18, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
49 minutes ago

Tools for package owners.