Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iuroc/bilidown
/ Release
Method
Release
server/util/semaphore.go:21–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
func
(s *Semaphore) Release() {
22
<-s.ch
23
s.wg.Done()
24
}
25
26
func
(s *Semaphore) Wait() {
27
s.wg.Wait()
Callers
1
Start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected