Results 6 comments of Aaron Riekenberg

In this application: https://github.com/aaronriekenberg/rust-parallel/tree/0.1.20 I use a Semaphore to limit the number of parallel commands run. At the end I call `acquire_many` to wait for all command tasks to complete:...

Thanks for reporting @utkarshgupta137 . Will see if it is possible to improve the ETA calculation that indicatif is doing. If not one option could be to calculate the ETA...

@zakstucke you are right the `--ungroup` option does not exist now. Outputs only happen after each process exits which is similar to the `--group` behavior in GNU Parallel. Could you...

Will work on adding this, thanks for reporting @Ktoks

Hi @dulfox - I just released version 1.19.0 today For the warning now the variable now starts with _ character to avoid warning: https://github.com/aaronriekenberg/rust-parallel/blob/main/src/progress/style.rs#L23 For the compile error, what is...