package waitmap

import "github.com/docker/buildx/util/waitmap"

Index

Types

type Map

type Map struct {
	// contains filtered or unexported fields
}

func New

func New() *Map

func (*Map) Get

func (m *Map) Get(ctx context.Context, keys ...string) (map[string]any, error)

func (*Map) Set

func (m *Map) Set(key string, value any)

Source Files

waitmap.go

Version
v0.22.0 (latest)
Published
Mar 17, 2025
Platform
linux/amd64
Imports
2 packages
Last checked
3 weeks ago

Tools for package owners.