(e *Executor)
| 494 | } |
| 495 | |
| 496 | func (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. |
nothing calls this directly
no outgoing calls
no test coverage detected