MCPcopy Create free account
hub / github.com/go-task/task / ApplyToExecutor

Method ApplyToExecutor

executor.go:496–498  ·  view source on GitHub ↗
(e *Executor)

Source from the content-addressed store, hash-verified

494}
495
496func (o *colorOption) ApplyToExecutor(e *Executor) {
497 e.Color = o.color
498}
499
500// WithConcurrency sets the maximum number of tasks that the [Executor] can run
501// in parallel.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected