Searched defs:PoolParams (Results 1 – 2 of 2) sorted by relevance
52 type PoolParams struct { struct53 Comment string // The comment that will appear above the definition.54 Depth int // The Ninja pool depth.105 func parsePoolParams(scope scope, params *PoolParams) (*poolDef,
65 StaticPool(name string, params PoolParams) Pool66 PoolFunc(name string, f func(interface{}) (PoolParams, error)) Pool