delete_mmap_async

Function delete_mmap_async 

Source
pub async fn delete_mmap_async<P: AsRef<Path>>(path: P) -> Result<()>
Expand description

Delete a file asynchronously.

ยงErrors

Returns MmapIoError::Io if the async delete operation fails.