]> git.proxmox.com Git - proxmox-backup.git/history - src/tools/parallel_handler.rs
typo fixes all over the place
[proxmox-backup.git] / src / tools / parallel_handler.rs
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...