Network/WebService: Make Pool return a boolean indicating if a request finished

This commit is contained in:
SirLynix
2023-08-17 18:04:12 +02:00
parent 0989a25a99
commit ae62e1f6c9
2 changed files with 21 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ namespace Nz
inline const std::string& GetUserAgent() const;
void Poll();
bool Poll();
void QueueRequest(std::unique_ptr<WebRequest>&& request);