11
vendor/github.com/anacrolix/missinggo/sync.go
generated
vendored
Normal file
11
vendor/github.com/anacrolix/missinggo/sync.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
package missinggo
|
||||
|
||||
import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
type RWLocker interface {
|
||||
sync.Locker
|
||||
RLock()
|
||||
RUnlock()
|
||||
}
|
||||
Reference in New Issue
Block a user