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 syncronization 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.4.0
- Published
- Mar 14, 2019
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 8 seconds ago –
Tools for package owners.