diff src/core/http.cc @ 319:d928ec7b6a0d

services/kitsu: implement GetAnimeList() it finally works!
author Paper <paper@paper.us.eu.org>
date Wed, 12 Jun 2024 17:52:26 -0400
parents b1f4d1867ab1
children
line wrap: on
line diff
--- a/src/core/http.cc	Wed Jun 12 05:25:41 2024 -0400
+++ b/src/core/http.cc	Wed Jun 12 17:52:26 2024 -0400
@@ -123,10 +123,7 @@
 }
 
 RequestThread::~RequestThread() {
-	/* block until the function can safely exit.
-	 *
-	 * this sucks. find out a better way to do this, which will probably
-	 * be to put all of the threads in a pool */
+	/* block until the function can safely exit */
 	Stop();
 	wait();
 }