Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SharedLock ¶
type SharedLock struct {
// contains filtered or unexported fields
}
func NewSharedLock ¶
func NewSharedLock(name string, capacity int) *SharedLock
func (*SharedLock) Lock ¶
func (lock *SharedLock) Lock()
func (*SharedLock) Unlock ¶
func (lock *SharedLock) Unlock()
Click to show internal directories.
Click to hide internal directories.