package
Version:
v0.9.11
Opens a new window with list of versions in this module.
Published: Dec 1, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 17
Opens a new window with list of known importers.
Documentation
¶
type Lock interface {
Lock()
Unlock()
}
Lock 代表一个同步锁
type Mode interface {
NewLock() Lock
}
Mode 表示一种安全模式
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.