摘要: package aaimport ( "sync" "sync/atomic" _ "unsafe")const rwmutexMaxReaders = 1 << 30type RWMutex struct { w sync.Mutex // held if there are pending wr 阅读全文
posted @ 2024-08-05 15:42 zJanly 阅读(3) 评论(0) 推荐(0) 编辑