Module async

Module async 

Source
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.