Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Chain with Fuses #70332

Closed
wants to merge 1 commit into from
Closed

Commits on Apr 6, 2020

  1. Implement Chain with Fuses

    By letting `Fuse` track iterator exhaustion, the implementation of
    `Chain` becomes a lot simpler. However, we don't want `FusedIterator`
    specialization to keep visiting an exhausted side of the chain,
    especially with nested chains, so a `Defuse` wrapper hides that
    possibility.
    cuviper committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    1e2a504 View commit details
    Browse the repository at this point in the history