MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / Done

Method Done

lib/sync/wait/wait.go:19–21  ·  view source on GitHub ↗

Done decrements the WaitGroup counter by one.

()

Source from the content-addressed store, hash-verified

17
18// Done decrements the WaitGroup counter by one.
19func (w *Wait) Done() {
20 w.wg.Done()
21}
22
23// Wait waits until the WaitGroup counter is zero.
24func (w *Wait) Wait() {

Callers 3

ListenAndServeFunction · 0.80
HandleMethod · 0.80
TestDB_ConcurrentPutFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestDB_ConcurrentPutFunction · 0.64