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