cargo-binstall/crates/binstalk/src/helpers
Jiahao XU 73a794dc13
Optimization: Box fut Remote::get_redirected_final_url in GhCrateMeta::find (#600)
* Box fut `Remote::get_redirected_final_url` in `GhCrateMeta::find`
   Since the other await point in `GhCrateMeta::find` only needs
   `Arc<Self>` and `handles` to be saved, which is much smaller than the
   future returned by `Remote::get_redirected_final_url`
* Refactor: Simplify `wait_on_cancellation_signal`

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2022-12-12 08:42:11 +00:00
..
jobserver_client.rs Minor refactor and optimization (#543) 2022-11-19 20:00:27 +13:00
signal.rs Optimization: Box fut Remote::get_redirected_final_url in GhCrateMeta::find (#600) 2022-12-12 08:42:11 +00:00
tasks.rs Verify that bin_files exist in resolve stage (#382) 2022-09-17 09:28:22 +00:00