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 async parallel with Promise.all #59

Merged
merged 1 commit into from
Jul 1, 2020
Merged

Commits on Jul 1, 2020

  1. Refactor async parallel with Promise.all

    Ref jrit#58
    
    In this diff I refactored as small as possible part of code to replace
    `async.parallel` with `Promise.all` and do not introduce any breaking
    changes.
    
    Further refactoring can be made in separate PR.
    TrySound committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    10caaa3 View commit details
    Browse the repository at this point in the history