Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hwholiday/learning_tools
/ Run
Method
Run
game/match/match.go:43–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
func
(m *MatchPool) Run() {
44
m.match()
45
//for {
46
// select {
47
// case <-time.After(time.Second * 1):
48
// {
49
// m.match()
50
// }
51
// }
52
//}
53
}
54
55
func
(m *MatchPool) match() {
56
if
m.isWork {
Callers
1
Test_NewMatchPool
Function · 0.95
Calls
1
match
Method · 0.95
Tested by
1
Test_NewMatchPool
Function · 0.76