yoshuawuyts/futures-concurrency

Implement `Join`, `Race`, etc for `SmallVec`

Open

#67 opened on Nov 14, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (48 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (497 stars)
PR merge metrics
 (PR metrics pending)

Description

So far, Join, Race, etc are implemented for tuples, vecs, and arrays. It might make sense to also provide an implementation for SmallVec (possibly behind a feature-gate).

Although, upon writing this, I'm starting to think that fixed size arrays probably cover the same scenarios pretty well.

Contributor guide