sdb1228 / SoccerLCScrapers

Scrapers written in JS for Soccerlc
0 stars 0 forks source link

Replace async/await with Bluebird Promise.coroutine #4

Open JoelHough opened 7 years ago

JoelHough commented 7 years ago

coroutine does the same thing without trying to be kinda like a polyfill for the upcoming async/await language features. Our current asyncawait lib tries that but it's kinda weird because async/await are functions rather than keywords.

blah blah blah just replace it. I don't need to justify anything.