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

up load fn to async in src/auto-synchro/music.js #646

Closed
wants to merge 1 commit into from
Closed

up load fn to async in src/auto-synchro/music.js #646

wants to merge 1 commit into from

Conversation

setheal
Copy link
Contributor

@setheal setheal commented Oct 2, 2019

Tried my best to understand 'co', I hope this is good :)

fixes #626

Changelog

Migrate part of the code from co to async functions

@codecov-io
Copy link

codecov-io commented Oct 2, 2019

Codecov Report

Merging #646 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #646   +/-   ##
=======================================
  Coverage   80.85%   80.85%           
=======================================
  Files         156      156           
  Lines        4764     4764           
  Branches      184      184           
=======================================
  Hits         3852     3852           
  Misses        863      863           
  Partials       49       49

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff90d37...001db62. Read the comment docs.

Copy link
Member

@dtinth dtinth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me.

Thanks for contributing to Bemuse project! 😄

@dtinth
Copy link
Member

dtinth commented Oct 19, 2022

Closing as I just realized that this PR has already been cherry picked — d382b7a

@dtinth dtinth closed this Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:Internals hacktoberfest-accepted to merge This PR will be included in the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert the load function to async function (instead of using co) in src/auto-synchro/music.js
3 participants