Documentation
¶
Overview ¶
Package syncs provides synchronization primitives and utilities.
This package implements concurrency control mechanisms and synchronization primitives to facilitate safe concurrent operations throughout the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyLock ¶
type KeyLock struct {
// contains filtered or unexported fields
}
func NewKeyLock ¶
func NewKeyLock() *KeyLock
Click to show internal directories.
Click to hide internal directories.