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
When polling a list of futures in FuturesUnordered, it is often nice to be able to receive and log errors that arise from some of the child futures without ceasing to poll the whole structure. This works currently, however this behavior is unusual in for a Stream and is undocumented.
Is this behavior that FuturesUnordered intends to support? If so, I'll open a PR documenting this functionality.
The text was updated successfully, but these errors were encountered:
When polling a list of futures in FuturesUnordered, it is often nice to be able to receive and log errors that arise from some of the child futures without ceasing to poll the whole structure. This works currently, however this behavior is unusual in for a Stream and is undocumented.
Is this behavior that FuturesUnordered intends to support? If so, I'll open a PR documenting this functionality.
The text was updated successfully, but these errors were encountered: