]> git.proxmox.com Git - proxmox-backup.git/history - src/tools/parallel_handler.rs
update proxmox-metrics dependency to 0.3.1
[proxmox-backup.git] / src / tools / parallel_handler.rs
2024-03-25 Maximiliano Sandovalapi: use if-let pattern for error-only handling
2022-04-14 Thomas Lamprechtrust fmt for pbs src
2022-02-14 Dietmar MaurerParallelHandler: avoid re-export (cleanup)
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: use while let loops
2020-10-01 Dietmar Maurersrc/tools/parallel_handler.rs: remove lifetime hacks...
2020-10-01 Dietmar Maurersrc/tools/parallel_handler.rs: cleanup check_abort...
2020-10-01 Stefan ReiterParallelHandler: check for errors during thread join
2020-09-29 Wolfgang Bumillerparallel_handler: clippy: 'while_let_loop'
2020-09-28 Wolfgang Bumillerparallel_handler: explicit Arc::clone
2020-09-28 Wolfgang Bumillerparallel_handler: formatting cleanup, doc comment typo...
2020-09-26 Dietmar Maurersrc/tools/parallel_handler.rs: remove unnecessary Sync...
2020-09-26 Dietmar Maurersrc/tools/parallel_handler.rs: remove static lifetime...
2020-09-26 Dietmar Maurersrc/tools/parallel_handler.rs: join all threads in...
2020-09-26 Dietmar Maurersrc/tools/parallel_handler.rs: remove unnecessary Sync...
2020-09-25 Dietmar Maurersrc/tools/parallel_handler.rs: execute closure inside...