Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
62
func
(self *Loop) NextLoop() {
63
64
self.Queue.Post(
func
() {
65
tick(self, true)
66
})
67
}
68
69
func
(self *Loop) Stop() {
70
Callers
nothing calls this directly
Calls
2
tick
Function · 0.85
Post
Method · 0.65
Tested by
no test coverage detected