MCPcopy
hub / github.com/QuantumNous/new-api / taskPollingFetchAdaptor

Struct taskPollingFetchAdaptor

service/task_polling_test.go:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type taskPollingFetchAdaptor struct {
23 mu sync.Mutex
24 taskIDs []string
25 fetched chan string
26 blockTaskID string
27 blockStarted chan struct{}
28 releaseBlock chan struct{}
29 blockOnce sync.Once
30}
31
32func (a *taskPollingFetchAdaptor) Init(_ *relaycommon.RelayInfo) {}
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected