MCPcopy Index your code
hub / github.com/nutsdb/nutsdb / Wait

Method Wait

value.go:42–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (req *request) Wait() error {
43 req.Wg.Wait()
44 err := req.Err
45 req.DecrRef() // DecrRef after writing to DB.
46 return err
47}

Calls 1

DecrRefMethod · 0.95