Function iwkv_sync

Source
pub unsafe extern "C" fn iwkv_sync(
    iwkv: IWKV,
    flags: iwfs_sync_flags,
) -> iwrc
Expand description

@brief Sync iwkv storage state with disk.

@note It will cause deadlock if current thread holds opened cursors and WAL is enabled, use method with caution.

@param iwkv IWKV handler. @param flags Sync flags.