Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
275
type
timeoutOption
struct
{
276
timeout time.Duration
277
}
278
279
func
(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