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

Struct subtaskWorker

backend/pkg/controller/subtask.go:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type subtaskWorker struct {
41 mx *sync.RWMutex
42 subtaskCtx *SubtaskContext
43 updater TaskUpdater
44 completed bool
45 waiting bool
46}
47
48func NewSubtaskWorker(
49 ctx context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected