Skip to main content

wait_sync

Function wait_sync 

Source
pub fn wait_sync(fd: BorrowedFd<'_>, transid: u64) -> Result<()>
Expand description

Wait for a previously started transaction to complete.

transid is the transaction ID returned by start_sync. Pass zero to wait for the current transaction.