pub async fn list_archive_files<B, R>(
    blocking_executor: B,
    source: R
) -> Result<Vec<String>>where
    B: BlockingExecutor,
    R: AsyncRead + Unpin,
Expand description

Async version of list_archive_files.