sui_storage::object_store::util

Function run_manifest_update_loop

Source
pub async fn run_manifest_update_loop(
    store: Arc<DynObjectStore>,
    recv: Receiver<()>,
) -> Result<()>