pub type AtlasUpdateHandler = fn(atlases_root: PathBuf, name: String, add_frontier: Vec<PathBuf>, remove_vfr_id: Vec<String>, json: bool) -> Pin<Box<dyn Future<Output = ()> + Send>>;Expand description
v0.81.2: pluggable handler for vela atlas update. Lets the
binary update an Atlas’s composing-frontier list without the
rm-and-init dance. The handler re-computes the Atlas’s
content-addressed id and writes the updated manifest.