Skip to main content

list_async

Function list_async 

Source
pub async fn list_async(
    root: impl AsRef<Path> + Send + 'static,
    options: ListOptions,
) -> Result<Vec<FileEntry>, PathError>
Available on crate features async and listing only.
Expand description

Async wrapper around list using spawn_blocking.