Documentation ¶
Overview ¶
Package threadsafe provides an interface for thread-safe functions that can be safely used across multiple goroutines.
See the examples in the github.com/Vonage/gosrvlib/pkg/tsmap and github.com/Vonage/gosrvlib/pkg/tsslice packages for usage of this interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Package tsmap provides a collection of generic thread-safe Go map utility functions that can be safely used between multiple goroutines.
|
Package tsmap provides a collection of generic thread-safe Go map utility functions that can be safely used between multiple goroutines. |
Package tsslice provides a collection of generic thread-safe Go slice utility functions that can be safely used across multiple goroutines.
|
Package tsslice provides a collection of generic thread-safe Go slice utility functions that can be safely used across multiple goroutines. |
Click to show internal directories.
Click to hide internal directories.