Module export_import_lock

Module export_import_lock 

Source
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§

LockGuard
RAII guard that automatically releases the lock when dropped

Functions§

acquire_export_import_lock
Acquire export/import lock for a database