Documentation
¶
Overview ¶
Package syncutil provides small synchronisation helpers used internally.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RWValue ¶
type RWValue[T any] struct { // contains filtered or unexported fields }
RWValue is a generic value protected by a sync.RWMutex. It is safe for concurrent use.
Click to show internal directories.
Click to hide internal directories.