You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. that describes a similar combinator in futures-lite.
How should I set expectations between futures-rs and futures-lite? Especially given that (1) futures-rs is under the rust-lang org (2) they seems both maintained by @taiki-e.
Hi @taiki-e!
I found futures-rs
Select
has an unpin bound:Seems it is for returning the unfinished future as part of the result, but I'm not quite sure for its real-world user scenarios.
Instead, in my crate fastimer I implement a
Select
struct without the Unpin bound:I'd like to know the design background and understand if one is better than the other.
Possibly related commit - 151d68c
The text was updated successfully, but these errors were encountered: