map 是线程安全的吗
if h.flags&hashWriting == 0 {
throw("concurrent map writes")
}h.flags |= hashWritingLast updated
Was this helpful?
if h.flags&hashWriting == 0 {
throw("concurrent map writes")
}h.flags |= hashWritingLast updated
Was this helpful?
Was this helpful?