cargo-binstall/crates/binstalk-downloader
Jiahao XU ff737730f4
Optimize use of tokio::select!: Use biased selection (#580)
as there is no need to randomize the first one to be polled.

For `cancel_on_user_sig_term` and `StreamReadable::fill_buf`, the
cancellation future should always to be polled first so that user would
feel responsive.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2022-11-30 16:05:52 +13:00
..
src Optimize use of tokio::select!: Use biased selection (#580) 2022-11-30 16:05:52 +13:00
Cargo.toml Fix msrv: Bump to v1.65.0 (#574) 2022-11-29 17:18:28 +13:00