Expand description
Async helpers (Tokio) for creating and copying files without blocking the current thread.
Functionsยง
- copy_
mmap_ async - Copy a file asynchronously.
- create_
mmap_ async - Create a new file with the specified size asynchronously, then map it RW.
- delete_
mmap_ async - Delete a file asynchronously.