//
pkg.gl
Category
github.com/opencord/voltha-go
rw_core
core
device
transientstate
package
3.6.8+incompatible
Repository:
https://github.com/opencord/voltha-go.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
8
Dependents
2
Files
90 SLOC
#
Functions
NewLoader
No description provided by the author
#
Structs
Handle
Handle is allocated for each Lock() call, all modifications are made using it, and it is invalidated by Unlock() This enforces correct Lock()-Usage()-Unlock() ordering.
Loader
Loader hides all low-level locking & synchronization related to device transient state updates.