Versions in this module Expand all Collapse all v0 v0.2.0 Nov 30, 2017 v0.1.0 Jul 26, 2016 Changes in this version + var Opts = struct{ ... } + func PostLock(skip int, p interface{}) + func PostUnlock(p interface{}) + func PreLock(skip int, p interface{}) + type Mutex struct + func (m *Mutex) Lock() + func (m *Mutex) Unlock() + type RWMutex struct + func (m *RWMutex) Lock() + func (m *RWMutex) RLock() + func (m *RWMutex) RLocker() sync.Locker + func (m *RWMutex) RUnlock() + func (m *RWMutex) Unlock()