# README
esync
ReMutex
An implementation of reentrant lock
, based on sync.Mutex
:
demo1:
var m ReMutex
m.Lock()
m.Lock()
m.Unlock()
m.Unlock()
more demo in sync_remutex_test.go
ReMutex
An implementation of reentrant lock
, based on sync.Mutex
:
demo1:
var m ReMutex
m.Lock()
m.Lock()
m.Unlock()
m.Unlock()
more demo in sync_remutex_test.go