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
parent 36fcd1e350
commit e7d8c3da71
6 changed files with 27 additions and 41 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);