MCPcopy
hub / github.com/vxcontrol/pentagi / taskWorker

Struct taskWorker

backend/pkg/controller/task.go:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type taskWorker struct {
39 mx *sync.RWMutex
40 stc SubtaskController
41 taskCtx *TaskContext
42 updater FlowUpdater
43 completed bool
44 waiting bool
45}
46
47func NewTaskWorker(
48 ctx context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected