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

Method Waitany

wait-tracks.go:18–20  ·  view source on GitHub ↗

Waitany 是否等待任意的

()

Source from the content-addressed store, hash-verified

16
17// Waitany 是否等待任意的
18func (w waitTrackNames) Waitany() bool {
19 return len(w) == 0
20}
21
22// Wait 设置需要等待的名称,空数组为等待任意的
23func (w *waitTrackNames) Wait(names ...string) {

Callers 1

AcceptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected