futures-rs icon indicating copy to clipboard operation
futures-rs copied to clipboard

select_all_biased

Open kuviman opened this issue 3 years ago • 2 comments

Currently biased select is only available via macro select_biased!. It would be useful to also have fn select_biased_all with same logic

kuviman avatar Mar 10 '21 09:03 kuviman

I'm not sure if you meant future::select_all or stream::select_all.

taiki-e avatar Mar 25 '21 13:03 taiki-e

Well, im not exactly sure how select_biased works for streams, the docs only show a stream with s.next() call which is a future.

In case it does work for actual streams, stream::select_biased_all would probably make sense too, but i was speaking of just future::select_biased_all

kuviman avatar Mar 25 '21 16:03 kuviman