package
0.11.1
Repository: https://github.com/dgate-io/dgate.git
Documentation: pkg.go.dev

# Functions

NewRef creates a new Ref instance with an initial value that is a pointer.

# Structs

Ref is a generic struct that holds concurrent read and write objects to allow for safe concurrent read access with minimal locking, and atomic updates to the write object.