MCPcopy
hub / github.com/davyxu/cellnet / NextLoop

Method NextLoop

timer/loop.go:62–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (self *Loop) NextLoop() {
63
64 self.Queue.Post(func() {
65 tick(self, true)
66 })
67}
68
69func (self *Loop) Stop() {
70

Callers

nothing calls this directly

Calls 2

tickFunction · 0.85
PostMethod · 0.65

Tested by

no test coverage detected