Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ StopWait
Method
StopWait
wait-tracks.go:32–34 ·
view source on GitHub ↗
StopWait 不再需要等待了
()
Source
from the content-addressed store, hash-verified
30
31
// StopWait 不再需要等待了
32
func
(w *waitTrackNames) StopWait() {
33
*w = nil
34
}
35
func
(w waitTrackNames) InviteTrack(suber ISubscriber) {
36
if
len(w) > 0 {
37
InviteTrack(w[0], suber)
Callers
2
Accept
Method · 0.95
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected