package
Version:
v0.3.2-beta.1
Opens a new window with list of versions in this module.
Published: Nov 29, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package syncset provides a structure describing a set of elements safe for concurrent usage.
SyncSet contains a set of elements and provides utility methods safe for concurrent access.
New returns a nre SyncSet instance.
Add adds the given element to the set (nop is already present).
ForEach executes the given function for all elements in the set.
Remove removes the given element to the set (nop is already absent).
Source Files
¶
Click to show internal directories.
Click to hide internal directories.