Amphaal / AudioTube

Request Youtube API to get audio streams with C++
GNU General Public License v3.0
3 stars 0 forks source link

Remove promise-cpp dependency #7

Closed Amphaal closed 3 years ago

Amphaal commented 3 years ago

Should be done once stdlib for Clang includes the C++20 future extensions (then, when_all...) OR Might consider https://github.com/Naios/continuable instead

Amphaal commented 3 years ago

Since promise-cpp is maintained again, I closed my fork and used source repo as a linked git submodule :)