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.
pub fn wait_sync(fd: BorrowedFd<'_>, transid: u64) -> Result<()>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.