[#277] replication/driver: enforce ordering during initial replication in order to support encrypted send
fixes #277
This commit is contained in:
@@ -40,3 +40,8 @@ func (l *L) DropWhile(f func()) {
|
||||
defer l.Unlock().Lock()
|
||||
f()
|
||||
}
|
||||
|
||||
func (l *L) HoldWhile(f func()) {
|
||||
defer l.Lock().Unlock()
|
||||
f()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user