nuke extra threads, extra error support; use span instead of vector for poll fds

This commit is contained in:
lizzie
2026-07-02 03:28:10 +00:00
committed by crueter
parent b87d4537e1
commit 0d6334af1c
5 changed files with 27 additions and 40 deletions
-1
View File
@@ -48,7 +48,6 @@ public:
Result ManageDeferral(Kernel::KEvent** out_event);
Result LoopProcess();
void StartAdditionalHostThreads(const char* name, size_t num_threads);
static void RunServer(std::unique_ptr<ServerManager>&& server);