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
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.
The text was updated successfully, but these errors were encountered:
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 extraAtomicWaker
and additional allocation. I believe, it can be implemented more efficiently inunicycle
.The text was updated successfully, but these errors were encountered: