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

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Sep 8, 2017

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.

I've done the self->this refactor in a separate commit.

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.
@dbkr dbkr merged commit c075c16 into develop Sep 8, 2017
@t3chguy t3chguy deleted the rav/refactor_sync branch May 10, 2022 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants