brokenprogrammer / RapidTunes

A music player that lets you play music from all sources.
MIT License
7 stars 4 forks source link

Implement concurrency for the searching of songs #29

Closed brokenprogrammer closed 3 years ago

brokenprogrammer commented 7 years ago

Since searching for songs will happend from many sources query API's will be expensive and should be done as fast as possible, for that recursion is needed.