MCPcopy Create free account
hub / github.com/araddon/qlbridge / TaskSequential

Struct TaskSequential

exec/task_sequential.go:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type TaskSequential struct {
20 *TaskBase
21 closed bool
22 tasks []Task
23 runners []TaskRunner
24}
25
26func NewTaskSequential(ctx *plan.Context) *TaskSequential {
27 st := &TaskSequential{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected