cargo-binstall/crates/binstalk
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
tests Replace use of log with tracing (#527) 2022-11-13 21:45:37 +13:00
Cargo.toml Bump async-trait from 0.1.58 to 0.1.59 (#578) 2022-11-30 01:50:00 +00:00
LICENSE Rename lib to binstalk (#361) 2022-09-10 16:44:18 +10:00