mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 08:32:40 +08:00
Synchronize
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
package maps
|
||||
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"github.com/charlienet/go-mixed/locker"
|
||||
)
|
||||
|
||||
type options struct {
|
||||
mu sync.Locker
|
||||
hasLocker bool
|
||||
mu locker.RWLocker
|
||||
}
|
||||
|
||||
func acquireDefaultOptions() *options {
|
||||
|
Reference in New Issue
Block a user