Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store[T any] struct { // contains filtered or unexported fields }
func (*Store[T]) TryGet ¶
The returning boolean value indicates one of the following:
- TryLock succeeded and data exists
- TryLock succeeded and data does not exist
- TryLock failed
Click to show internal directories.
Click to hide internal directories.