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-rc1
Published
Mar 11, 2025
Platform
js/wasm
Imports
2 packages
Last checked
7 hours ago

Tools for package owners.