Documentation
¶
Overview ¶
Package sync provides a thread-safe structures.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set[K comparable] struct { // contains filtered or unexported fields }
Set is a thread-safe set implementation using a map.
Click to show internal directories.
Click to hide internal directories.