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

Method ApplyToExecutor

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

Source from the content-addressed store, hash-verified

508}
509
510func (o *concurrencyOption) ApplyToExecutor(e *Executor) {
511 e.Concurrency = o.concurrency
512}
513
514// WithInterval sets the interval at which the [Executor] will wait for
515// duplicated events before running a task.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected