MCPcopy
hub / github.com/harness/harness / canceler

Struct canceler

app/pipeline/scheduler/canceler.go:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type canceler struct {
24 sync.Mutex
25
26 subscribers map[chan struct{}]int64
27 cancelled map[int64]time.Time
28}
29
30func newCanceler() *canceler {
31 return &canceler{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected