Add handler.Before()
, handler.After()
, and handler.WithLock()
options
#154
Labels
enhancement
New feature or request
handler.Before
andhandler.After
handler.WithLock
andhandler.WithReadLock
handler.WithLock
andhandler.WithReadLock
are wrappers forhandler.Before()
andhandler.After()
to lock/unlock aMutex
(or some type withLock + Unlock
orRLock + RUnlock
methods) before/after handling events:WithLock
implementation:The text was updated successfully, but these errors were encountered: