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

Refactor sync._sync as an async function #533

Merged
merged 2 commits into from
Sep 8, 2017
Merged

Refactor sync._sync as an async function #533

merged 2 commits into from
Sep 8, 2017

Commits on Sep 8, 2017

  1. Refactor sync._sync as an async function

    This stuff is much more clearly expressed as an async function than as a
    promise chain, and I'm about to add more stuff to the chain, so let's refactor
    now.
    
    There is plenty more that could be done here (self -> this, for instance), but
    I've gone for keeping the diff minimal.
    richvdh committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    0511a11 View commit details
    Browse the repository at this point in the history
  2. sync: s/self/this/

    richvdh committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    237a553 View commit details
    Browse the repository at this point in the history