Probably going to merge accept and network threads

This commit is contained in:
2025-08-20 16:24:09 -04:00
parent 24a1157f0d
commit 7e28e6503d
6 changed files with 166 additions and 72 deletions

View File

@@ -349,7 +349,7 @@ private:
ConnectionHandler *handler, std::weak_ptr<Server> server);
// Networking interface - only accessible by Server
std::string_view readBytes(char *buf, size_t buffer_size);
int readBytes(char *buf, size_t buffer_size);
bool writeBytes();
void tsan_acquire();
void tsan_release();