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.23.0 (latest)
Published
Apr 15, 2025
Platform
js/wasm
Imports
2 packages
Last checked
13 hours ago

Tools for package owners.