]> git.proxmox.com Git - proxmox-backup.git/history - src/tools/runtime.rs
clippy: remove unnecessary clones
[proxmox-backup.git] / src / tools / runtime.rs
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary clones
2021-01-14 Fabian Grünbichlertokio: adapt to 1.0 runtime changes
2020-11-10 Wolfgang Bumillertools::runtime: pin_mut instead of unsafe block
2020-07-07 Dietmar Maurersrc/tools/runtime.rs: implement get_runtime_with_builder
2020-02-26 Dietmar Maurersrc/tools/runtime.rs: call OPENSSL_thread_stop to avoid...
2020-02-17 Wolfgang Bumillerruntime: fix blocking strategy:
2020-02-13 Wolfgang Bumillerruntime: remove IN_TOKIO thread local variable
2020-01-21 Wolfgang Bumillerruntime: actually park on Pending...
2020-01-21 Wolfgang Bumillerruntime: custom block_on implementation
2020-01-20 Wolfgang Bumillerruntime: drop now not required Send and static restrictions
2020-01-20 Wolfgang Bumillerintroduce new runtime tokio helpers
2019-12-13 Wolfgang Bumillerupdate a chunk of stuff to the hyper release
2019-09-03 Wolfgang Bumillertools: add tokio::main() replacement