package
Version:
v0.1.6
Opens a new window with list of versions in this module.
Published: Apr 15, 2025
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
¶
type Locker interface {
Lock()
Unlock()
Clone(name string) Locker
}
Locker 锁接口,应用于并发获取公众账号AccessToken等场景
Mutex 通过 sync.Mutex 实现的锁
func (mu *Mutex) Unlock()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.