package flightcontrol
import "github.com/moby/buildkit/util/flightcontrol"
Index ¶
Types ¶
type Group ¶
type Group struct {
// contains filtered or unexported fields
}
Group is a flightcontrol synchronization group
func (*Group) Do ¶
func (g *Group) Do(ctx context.Context, key string, fn func(ctx context.Context) (interface{}, error)) (v interface{}, err error)
Do executes a context function syncronized by the key
Source Files ¶
- Version
- v0.10.0-rc1
- Published
- Feb 14, 2022
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 1 minute ago –
Tools for package owners.