Skip to content

borgProcess: Add output_async and convert all calls to output to output_async

Fina Wilke requested to merge fina/output-async into main

This removes a few blocking calls from within async_std::task which are not really ideal. Also unifies the process creation to async_process::Command within cmd_async, this might be helpful for #353 (closed).

Merge request reports