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

switch to new merkledag walk functions #6499

Merged
merged 1 commit into from
Jul 16, 2019
Merged

Commits on Jul 16, 2019

  1. switch to new merkledag walk functions

    EnumerateChildrenAsync has been renamed to WalkParallel to reflect the fact
    that:
    
    1. It visits the root.
    2. It's parallel, not async.
    
    To mirror this change, EnumerateChildren has also been renamed to Walk and now
    behaves the same (except that it's not parallel).
    Stebalien committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    9738d81 View commit details
    Browse the repository at this point in the history