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]interface{}, error)

func (*Map) Set

func (m *Map) Set(key string, value interface{})

Source Files

waitmap.go

Version
v0.8.1
Published
Mar 21, 2022
Platform
js/wasm
Imports
2 packages
Last checked
7 hours ago

Tools for package owners.