We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
snow.Context.Lock
1 parent 26eb5c8 commit cc90464Copy full SHA for cc90464
snow/context.go
@@ -42,7 +42,12 @@ type Context struct {
42
CChainID ids.ID
43
AVAXAssetID ids.ID
44
45
- Log logging.Logger
+ Log logging.Logger
46
+ // Deprecated: This lock should not be used unless absolutely necessary.
47
+ // This lock will be removed in a future release once it is replaced with
48
+ // more granular locks.
49
+ //
50
+ // Warning: This lock is not correctly implemented over the rpcchainvm.
51
Lock sync.RWMutex
52
SharedMemory atomic.SharedMemory
53
BCLookup ids.AliaserReader
0 commit comments