func()

in refcount.go [74:78]


func (c *RefCount) Err() error {
	c.errMux.Lock()
	defer c.errMux.Unlock()
	return c.err
}