//
pkg.gl
Category
github.com/AY7295/utils
wrap
package
0.0.0-20240901130012-487cccc342ed
Repository:
https://github.com/ay7295/utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
77 SLOC
#
Functions
NewMutex
No description provided by the author
NewRwLocker
No description provided by the author
#
Interfaces
Mutex
Mutex contains the value, each operation on value should be done in Mutex parameter T should be reference type(map, pointer), otherwise the mutation will not affect on the value.
RwLocker
No description provided by the author