Expand description
Export/Import Operation Locking
Provides per-database locking to serialize export/import operations and prevent
concurrent access that could lead to data corruption or BorrowMutError panics.
Structs§
- Lock
Guard - RAII guard that automatically releases the lock when dropped
Functions§
- acquire_
export_ import_ lock - Acquire export/import lock for a database