MCPcopy Create free account
hub / github.com/Monibuca/engine / AbortWait

Method AbortWait

subscribers.go:109–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109func (s *Subscribers) AbortWait() {
110 s.waitAborted = true
111 for wait := range s.waits {
112 wait.Resolve()
113 delete(s.waits, wait)
114 }
115}
116
117func (s *Subscribers) Find(id string) ISubscriber {
118 for sub := range s.public {

Callers 1

runMethod · 0.80

Calls 1

ResolveMethod · 0.80

Tested by

no test coverage detected