MCPcopy
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
21func (s *Semaphore) Release() {
22 <-s.ch
23 s.wg.Done()
24}
25
26func (s *Semaphore) Wait() {
27 s.wg.Wait()

Callers 1

StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected