async fn edit_region(
region: &Arc<MitoRegion>,
edit: RegionEdit,
cache_manager: CacheManagerRef,
listener: WorkerListener,
) -> Result<()>
Expand description
Checks the edit, writes and applies it.
async fn edit_region(
region: &Arc<MitoRegion>,
edit: RegionEdit,
cache_manager: CacheManagerRef,
listener: WorkerListener,
) -> Result<()>
Checks the edit, writes and applies it.