pub async fn delete_mmap_async<P: AsRef<Path>>(path: P) -> Result<()>
Delete a file asynchronously.
Returns MmapIoError::Io if the async delete operation fails.
MmapIoError::Io