MCPcopy
hub / github.com/go-task/task / timeoutOption

Struct timeoutOption

executor.go:275–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275type timeoutOption struct {
276 timeout time.Duration
277}
278
279func (o *timeoutOption) ApplyToExecutor(e *Executor) {
280 e.Timeout = o.timeout

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected