This website requires JavaScript.
Explore
Help
Sign In
ygxbnet
/
dypid-client
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4addc29b2c71fb2608bf68dd99dd2c6e1e172c8c
dypid-client
/
internal
/
config
T
History
ygxbnet
4addc29b2c
refactor(config): 添加配置写入的并发安全锁机制
...
- 引入 sync.Mutex 确保配置访问的线程安全性 - 在 WriteConfig 函数中实现读写锁定机制 - 防止多协程同时修改配置导致的数据竞争问题
2026-04-28 14:59:21 +08:00
..
config.go
refactor(config): 添加配置写入的并发安全锁机制
2026-04-28 14:59:21 +08:00