unicycle icon indicating copy to clipboard operation
unicycle copied to clipboard

Add `Unordered::remove(index) -> F`

Open loyd opened this issue 1 year ago • 1 comments

Hello, thanks for the great crate.

It would be nice to have a cheap way to remove futures/streams from the collection. futures::stream::Abortable can be used here, but it adds extra AtomicWaker and additional allocation. I believe, it can be implemented more efficiently in unicycle.

loyd avatar Feb 12 '23 02:02 loyd