The highest tagged major version is
v2 .
Discover Packages
github.com/gogf/gf
internal
rwmutex
package
Version:
v1.11.1
Opens a new window with list of versions in this module.
Published: Jan 7, 2020
License: MIT
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
Documentation
¶
Package rwmutex provides switch of concurrent safe feature for sync.RWMutex.
RWMutex is a sync.RWMutex with a switch of concurrent safe feature.
New creates and returns a new *RWMutex.
The parameter <safe> is used to specify whether using this mutex in concurrent-safety,
which is false in default.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.