//
pkg.gl
Category
github.com/donetkit/contrib
utils
sync_locker
package
0.7.2
Repository:
https://github.com/donetkit/contrib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
212 SLOC
#
Functions
NewLocker
NewLocker 创建新的锁对象.
NewRWLocker
NewRWLocker 创建新的读写锁对象.
#
Structs
Locker
Locker 写锁对象.
RWLocker
RWLocker 读写锁对象.